Html Css Color HEX #E0CA0E Sunflower

📋 copy color: '#E0CA0E'

red 224 ◦ green 202 ◦ blue 14

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

Shades of Sunflower #E0CA0E

Tints of Sunflower #E0CA0E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.91%

 BLUE value IS 14 (5.86% from 255) = 3.18%

R = 50.91%
G = 45.91%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0CA0E (or 0xE0CA0E) is known color: Sunflower. HEX triplet: E0, CA and 0E. RGB value is (224,202,14). Sum of RGB (Red+Green+Blue) = 224+202+14=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 14 (5.86% from 255 or 3.18% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0CA0E is #1F35F1. Grayscale: #BBBBBB. Windows color (decimal): -2045426 or 969440. OLE color: 969440.

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

Color convert

RGB 224 202 14 -
CMYK 0 0.10 0.94 0.12
HSL 53.71º 0.88% 0.47% -
HSV(B) 53.71º 0.94% 0.88% -
XYZ 51.94 58.12 8.9 -
YUV 187.15 30.29 154.29 -
System Red Green Blue C M Y K H S L
Decimal 224 202 14 0 0.10 0.94 0.12 53.71 0.88 0.47
Hex E0 CA E 0 A 5E C 36 58 2F
Octal 340 312 16 0 12 136 14 66 130 57
Binary 11100000 11001010 1110 0 1010 1011110 1100 110110 1011000 101111

Color Harmonies of #E0CA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CA0E

Black with #E0CA0E

Text Example


Text Example

White with #E0CA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CA0E; }

 p { color: rgb(224,202,14); }

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

background-color css

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

 a { background-color: rgb(224,202,14); }

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

border-color css

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

 span { border-color: rgb(224,202,14); }

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