Html Css Color HEX #E0C40C Sunflower

📋 copy color: '#E0C40C'

red 224 ◦ green 196 ◦ blue 12

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

Shades of Sunflower #E0C40C

Tints of Sunflower #E0C40C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.78%

R = 51.85%
G = 45.37%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0C40C (or 0xE0C40C) is known color: Sunflower. HEX triplet: E0, C4 and 0C. RGB value is (224,196,12). Sum of RGB (Red+Green+Blue) = 224+196+12=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 196 (76.95% from 255 or 45.37% from 432); Blue value is 12 (5.08% from 255 or 2.78% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0C40C is #1F3BF3. Grayscale: #B8B8B8. Windows color (decimal): -2046964 or 836832. OLE color: 836832.

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

Color convert

RGB 224 196 12 -
CMYK 0 0.12 0.95 0.12
HSL 52.08º 0.9% 0.46% -
HSV(B) 52.08º 0.95% 0.88% -
XYZ 50.55 55.35 8.37 -
YUV 183.4 31.28 156.96 -
System Red Green Blue C M Y K H S L
Decimal 224 196 12 0 0.12 0.95 0.12 52.08 0.9 0.46
Hex E0 C4 C 0 C 5F C 34 5A 2E
Octal 340 304 14 0 14 137 14 64 132 56
Binary 11100000 11000100 1100 0 1100 1011111 1100 110100 1011010 101110

Color Harmonies of #E0C40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C40C

Black with #E0C40C

Text Example


Text Example

White with #E0C40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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