Html Css Color HEX #E0C404 Sunflower

📋 copy color: '#E0C404'

red 224 ◦ green 196 ◦ blue 4

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

Shades of Sunflower #E0C404

Tints of Sunflower #E0C404

RGB

 RED value IS 224 (87.89% from 255) = 52.83%

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

 BLUE value IS 4 (1.95% from 255) = 0.94%

R = 52.83%
G = 46.23%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E0C404 (or 0xE0C404) is known color: Sunflower. HEX triplet: E0, C4 and 04. RGB value is (224,196,4). Sum of RGB (Red+Green+Blue) = 224+196+4=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 196 (76.95% from 255 or 46.23% from 424); Blue value is 4 (1.95% from 255 or 0.94% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0C404 is #1F3BFB. Grayscale: #B7B7B7. Windows color (decimal): -2046972 or 312544. OLE color: 312544.

HSL color Cylindrical-coordinate representation of color #E0C404: hue angle of 52.36º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E0C404 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 196 4 -
CMYK 0 0.12 0.98 0.12
HSL 52.36º 0.96% 0.45% -
HSV(B) 52.36º 0.98% 0.88% -
XYZ 50.5 55.34 8.13 -
YUV 182.48 27.28 157.61 -
System Red Green Blue C M Y K H S L
Decimal 224 196 4 0 0.12 0.98 0.12 52.36 0.96 0.45
Hex E0 C4 4 0 C 62 C 34 60 2D
Octal 340 304 4 0 14 142 14 64 140 55
Binary 11100000 11000100 100 0 1100 1100010 1100 110100 1100000 101101

Color Harmonies of #E0C404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C404

Black with #E0C404

Text Example


Text Example

White with #E0C404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C404; }

 p { color: rgb(224,196,4); }

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

background-color css

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

 a { background-color: rgb(224,196,4); }

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

border-color css

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

 span { border-color: rgb(224,196,4); }

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