#E4C42F

Color #E4C42F Bright Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Sun #E4C42F

Tints of Bright Sun #E4C42F

Color information

#E4C42F (or 0xE4C42F) is unknown color: approx Bright Sun. HEX triplet: E4, C4 and 2F. RGB value is (228,196,47). Sum of RGB (Red+Green+Blue) = 228+196+47=471 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.41% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 47 (18.75% from 255 or 9.98% from 471); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4C42F is #1B3BD0. Grayscale: #BDBDBD. Windows color (decimal): -1784785 or 3130596. OLE color: 3130596.

HSL color Cylindrical-coordinate representation of color #E4C42F: hue angle of 49.39º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E4C42F is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB22819647-
CMYK00.140.790.11
HSL49.39º77.02%53.92%-
HSV(B)49.39º79.39%89.41%-
XYZ52.2556.1810.78-
YUV188.5848.1156.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 228 (89.45% from 255) = 48.41%
GREEN value IS 196 (76.95% from 255) = 41.61%
BLUE value IS 47 (18.75% from 255) = 9.98%
R=48.41%
G=41.61%
B=9.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281964700.140.790.1149.3977.0253.92
HexE4C42F0E4FB314d36
Octal34430457016117136111566
Binary111001001100010010111101110100111110111100011001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4C42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4C42F; }

 p { color: rgb(228,196,47); }

 H1.HeaderClassName
 {
   color: #E4C42F;
 }
 .AnyTagClassName
 {
   color: #E4C42F;
 }
</style>
background-color css

<style>
 a { background-color: #E4C42F; }

 a { background-color: rgb(228,196,47); }

 div.DivClassName
 {
   background-color: #E4C42F;
 }
 .BgClassName
 {
   background-color: #E4C42F;
 }
</style>
border-color css

<style>
 span { border-color: #E4C42F; }

 span { border-color: rgb(228,196,47); }

 td.TdClassName
 {
   border-color: #E4C42F;
 }
 .TagClassName
 {
   border-color: #E4C42F;
 }
</style>