Html Css Color HEX #E0CB14 Sunflower

📋 copy color: '#E0CB14'

red 224 ◦ green 203 ◦ blue 20

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

Shades of Sunflower #E0CB14

Tints of Sunflower #E0CB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.47%

R = 50.11%
G = 45.41%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E0CB14 (or 0xE0CB14) is known color: Sunflower. HEX triplet: E0, CB and 14. RGB value is (224,203,20). Sum of RGB (Red+Green+Blue) = 224+203+20=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 20 (8.20% from 255 or 4.47% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0CB14 is #1F34EB. Grayscale: #BDBDBD. Windows color (decimal): -2045164 or 1362912. OLE color: 1362912.

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

Color convert

RGB 224 203 20 -
CMYK 0 0.09 0.91 0.12
HSL 53.82º 0.84% 0.48% -
HSV(B) 53.82º 0.91% 0.88% -
XYZ 52.22 58.61 9.22 -
YUV 188.42 32.96 153.38 -
System Red Green Blue C M Y K H S L
Decimal 224 203 20 0 0.09 0.91 0.12 53.82 0.84 0.48
Hex E0 CB 14 0 9 5B C 36 54 30
Octal 340 313 24 0 11 133 14 66 124 60
Binary 11100000 11001011 10100 0 1001 1011011 1100 110110 1010100 110000

Color Harmonies of #E0CB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CB14

Black with #E0CB14

Text Example


Text Example

White with #E0CB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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