Html Css Color HEX #E4C420 Sunflower

📋 copy color: '#E4C420'

red 228 ◦ green 196 ◦ blue 32

#E4C420
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunflower #E4C420

Tints of Sunflower #E4C420

RGB

 RED value IS 228 (89.45% from 255) = 50%

 GREEN value IS 196 (76.95% from 255) = 42.98%

 BLUE value IS 32 (12.89% from 255) = 7.02%

R = 50%
G = 42.98%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E4C420 (or 0xE4C420) is known color: Sunflower. HEX triplet: E4, C4 and 20. RGB value is (228,196,32). Sum of RGB (Red+Green+Blue) = 228+196+32=456 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 32 (12.89% from 255 or 7.02% from 456); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4C420 is #1B3BDF. Grayscale: #BBBBBB. Windows color (decimal): -1784800 or 2147556. OLE color: 2147556.

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

Color convert

RGB 228 196 32 -
CMYK 0 0.14 0.86 0.11
HSL 50.2º 0.78% 0.51% -
HSV(B) 50.2º 0.86% 0.89% -
XYZ 52 56.08 9.45 -
YUV 186.87 40.6 157.34 -
System Red Green Blue C M Y K H S L
Decimal 228 196 32 0 0.14 0.86 0.11 50.2 0.78 0.51
Hex E4 C4 20 0 E 56 B 32 4E 33
Octal 344 304 40 0 16 126 13 62 116 63
Binary 11100100 11000100 100000 0 1110 1010110 1011 110010 1001110 110011

Color Harmonies of #E4C420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4C420

Black with #E4C420

Text Example


Text Example

White with #E4C420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4C420; }

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

 H1.HeaderClassName
 {
   color: #E4C420;
 }
 .AnyTagClassName
 {
   color: #E4C420;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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