Html Css Color HEX #E0CB0A Sunflower

📋 copy color: '#E0CB0A'

red 224 ◦ green 203 ◦ blue 10

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

Shades of Sunflower #E0CB0A

Tints of Sunflower #E0CB0A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.45%

 BLUE value IS 10 (4.3% from 255) = 2.29%

R = 51.26%
G = 46.45%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E0CB0A (or 0xE0CB0A) is known color: Sunflower. HEX triplet: E0, CB and 0A. RGB value is (224,203,10). Sum of RGB (Red+Green+Blue) = 224+203+10=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 10 (4.30% from 255 or 2.29% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0CB0A is #1F34F5. Grayscale: #BCBCBC. Windows color (decimal): -2045174 or 707552. OLE color: 707552.

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

Color convert

RGB 224 203 10 -
CMYK 0 0.09 0.96 0.12
HSL 54.11º 0.91% 0.46% -
HSV(B) 54.11º 0.96% 0.88% -
XYZ 52.15 58.58 8.85 -
YUV 187.28 27.96 154.19 -
System Red Green Blue C M Y K H S L
Decimal 224 203 10 0 0.09 0.96 0.12 54.11 0.91 0.46
Hex E0 CB A 0 9 60 C 36 5B 2E
Octal 340 313 12 0 11 140 14 66 133 56
Binary 11100000 11001011 1010 0 1001 1100000 1100 110110 1011011 101110

Color Harmonies of #E0CB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CB0A

Black with #E0CB0A

Text Example


Text Example

White with #E0CB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CB0A; }

 p { color: rgb(224,203,10); }

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

background-color css

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

 a { background-color: rgb(224,203,10); }

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

border-color css

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

 span { border-color: rgb(224,203,10); }

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