Html Css Color HEX #E0CB05 Sunflower

📋 copy color: '#E0CB05'

red 224 ◦ green 203 ◦ blue 5

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

Shades of Sunflower #E0CB05

Tints of Sunflower #E0CB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.16%

R = 51.85%
G = 46.99%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E0CB05 (or 0xE0CB05) is known color: Sunflower. HEX triplet: E0, CB and 05. RGB value is (224,203,5). Sum of RGB (Red+Green+Blue) = 224+203+5=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 203 (79.69% from 255 or 46.99% from 432); Blue value is 5 (2.34% from 255 or 1.16% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0CB05 is #1F34FA. Grayscale: #BBBBBB. Windows color (decimal): -2045179 or 379872. OLE color: 379872.

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

Color convert

RGB 224 203 5 -
CMYK 0 0.09 0.98 0.12
HSL 54.25º 0.96% 0.45% -
HSV(B) 54.25º 0.98% 0.88% -
XYZ 52.12 58.57 8.7 -
YUV 186.71 25.46 154.6 -
System Red Green Blue C M Y K H S L
Decimal 224 203 5 0 0.09 0.98 0.12 54.25 0.96 0.45
Hex E0 CB 5 0 9 62 C 36 60 2D
Octal 340 313 5 0 11 142 14 66 140 55
Binary 11100000 11001011 101 0 1001 1100010 1100 110110 1100000 101101

Color Harmonies of #E0CB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CB05

Black with #E0CB05

Text Example


Text Example

White with #E0CB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CB05; }

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

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

background-color css

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

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

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

border-color css

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

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

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