Html Css Color HEX #E0CB13 Sunflower

📋 copy color: '#E0CB13'

red 224 ◦ green 203 ◦ blue 19

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

Shades of Sunflower #E0CB13

Tints of Sunflower #E0CB13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.26%

R = 50.22%
G = 45.52%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E0CB13 (or 0xE0CB13) is known color: Sunflower. HEX triplet: E0, CB and 13. RGB value is (224,203,19). Sum of RGB (Red+Green+Blue) = 224+203+19=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 19 (7.81% from 255 or 4.26% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0CB13 is #1F34EC. Grayscale: #BDBDBD. Windows color (decimal): -2045165 or 1297376. OLE color: 1297376.

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

Color convert

RGB 224 203 19 -
CMYK 0 0.09 0.92 0.12
HSL 53.85º 0.84% 0.48% -
HSV(B) 53.85º 0.92% 0.88% -
XYZ 52.21 58.61 9.18 -
YUV 188.3 32.46 153.46 -
System Red Green Blue C M Y K H S L
Decimal 224 203 19 0 0.09 0.92 0.12 53.85 0.84 0.48
Hex E0 CB 13 0 9 5C C 36 54 30
Octal 340 313 23 0 11 134 14 66 124 60
Binary 11100000 11001011 10011 0 1001 1011100 1100 110110 1010100 110000

Color Harmonies of #E0CB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CB13

Black with #E0CB13

Text Example


Text Example

White with #E0CB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CB13; }

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

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

background-color css

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

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

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

border-color css

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

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

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