Html Css Color HEX #E0CF0C Sunflower

📋 copy color: '#E0CF0C'

red 224 ◦ green 207 ◦ blue 12

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

Shades of Sunflower #E0CF0C

Tints of Sunflower #E0CF0C

RGB

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

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

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

R = 50.56%
G = 46.73%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0CF0C (or 0xE0CF0C) is known color: Sunflower. HEX triplet: E0, CF and 0C. RGB value is (224,207,12). Sum of RGB (Red+Green+Blue) = 224+207+12=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 12 (5.08% from 255 or 2.71% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CF0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0CF0C is #1F30F3. Grayscale: #BEBEBE. Windows color (decimal): -2044148 or 839648. OLE color: 839648.

HSL color Cylindrical-coordinate representation of color #E0CF0C: hue angle of 55.19º 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 #E0CF0C is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 207 12 -
CMYK 0 0.08 0.95 0.12
HSL 55.19º 0.9% 0.46% -
HSV(B) 55.19º 0.95% 0.88% -
XYZ 53.12 60.5 9.23 -
YUV 189.85 27.63 152.36 -
System Red Green Blue C M Y K H S L
Decimal 224 207 12 0 0.08 0.95 0.12 55.19 0.9 0.46
Hex E0 CF C 0 8 5F C 37 5A 2E
Octal 340 317 14 0 10 137 14 67 132 56
Binary 11100000 11001111 1100 0 1000 1011111 1100 110111 1011010 101110

Color Harmonies of #E0CF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CF0C

Black with #E0CF0C

Text Example


Text Example

White with #E0CF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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