Html Css Color HEX #E0CB0F Sunflower

📋 copy color: '#E0CB0F'

red 224 ◦ green 203 ◦ blue 15

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

Shades of Sunflower #E0CB0F

Tints of Sunflower #E0CB0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.39%

R = 50.68%
G = 45.93%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E0CB0F (or 0xE0CB0F) is known color: Sunflower. HEX triplet: E0, CB and 0F. RGB value is (224,203,15). Sum of RGB (Red+Green+Blue) = 224+203+15=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 15 (6.25% from 255 or 3.39% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0CB0F is #1F34F0. Grayscale: #BCBCBC. Windows color (decimal): -2045169 or 1035232. OLE color: 1035232.

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

Color convert

RGB 224 203 15 -
CMYK 0 0.09 0.93 0.12
HSL 53.97º 0.87% 0.47% -
HSV(B) 53.97º 0.93% 0.88% -
XYZ 52.18 58.59 9.01 -
YUV 187.85 30.46 153.79 -
System Red Green Blue C M Y K H S L
Decimal 224 203 15 0 0.09 0.93 0.12 53.97 0.87 0.47
Hex E0 CB F 0 9 5D C 36 57 2F
Octal 340 313 17 0 11 135 14 66 127 57
Binary 11100000 11001011 1111 0 1001 1011101 1100 110110 1010111 101111

Color Harmonies of #E0CB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CB0F

Black with #E0CB0F

Text Example


Text Example

White with #E0CB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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