Html Css Color HEX #E5CF12 Sunflower

📋 copy color: '#E5CF12'

red 229 ◦ green 207 ◦ blue 18

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

Shades of Sunflower #E5CF12

Tints of Sunflower #E5CF12

RGB

 RED value IS 229 (89.84% from 255) = 50.44%

 GREEN value IS 207 (81.25% from 255) = 45.59%

 BLUE value IS 18 (7.42% from 255) = 3.96%

R = 50.44%
G = 45.59%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E5CF12 (or 0xE5CF12) is known color: Sunflower. HEX triplet: E5, CF and 12. RGB value is (229,207,18). Sum of RGB (Red+Green+Blue) = 229+207+18=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 18 (7.42% from 255 or 3.96% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5CF12 is #1A30ED. Grayscale: #C0C0C0. Windows color (decimal): -1716462 or 1232869. OLE color: 1232869.

HSL color Cylindrical-coordinate representation of color #E5CF12: hue angle of 53.74º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5CF12 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 207 18 -
CMYK 0 0.10 0.92 0.10
HSL 53.74º 0.85% 0.48% -
HSV(B) 53.74º 0.92% 0.9% -
XYZ 54.74 61.33 9.52 -
YUV 192.03 29.79 154.37 -
System Red Green Blue C M Y K H S L
Decimal 229 207 18 0 0.10 0.92 0.10 53.74 0.85 0.48
Hex E5 CF 12 0 A 5C A 36 55 30
Octal 345 317 22 0 12 134 12 66 125 60
Binary 11100101 11001111 10010 0 1010 1011100 1010 110110 1010101 110000

Color Harmonies of #E5CF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CF12

Black with #E5CF12

Text Example


Text Example

White with #E5CF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CF12; }

 p { color: rgb(229,207,18); }

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

background-color css

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

 a { background-color: rgb(229,207,18); }

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

border-color css

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

 span { border-color: rgb(229,207,18); }

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