Html Css Color HEX #E1CB16 Sunflower

📋 copy color: '#E1CB16'

red 225 ◦ green 203 ◦ blue 22

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

Shades of Sunflower #E1CB16

Tints of Sunflower #E1CB16

RGB

 RED value IS 225 (88.28% from 255) = 50%

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

 BLUE value IS 22 (8.98% from 255) = 4.89%

R = 50%
G = 45.11%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E1CB16 (or 0xE1CB16) is known color: Sunflower. HEX triplet: E1, CB and 16. RGB value is (225,203,22). Sum of RGB (Red+Green+Blue) = 225+203+22=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 22 (8.98% from 255 or 4.89% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1CB16 is #1E34E9. Grayscale: #BDBDBD. Windows color (decimal): -1979626 or 1493985. OLE color: 1493985.

HSL color Cylindrical-coordinate representation of color #E1CB16: hue angle of 53.5º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1CB16 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 203 22 -
CMYK 0 0.10 0.90 0.12
HSL 53.5º 0.82% 0.48% -
HSV(B) 53.5º 0.9% 0.88% -
XYZ 52.55 58.78 9.33 -
YUV 188.94 33.79 153.72 -
System Red Green Blue C M Y K H S L
Decimal 225 203 22 0 0.10 0.90 0.12 53.5 0.82 0.48
Hex E1 CB 16 0 A 5A C 35 52 30
Octal 341 313 26 0 12 132 14 65 122 60
Binary 11100001 11001011 10110 0 1010 1011010 1100 110101 1010010 110000

Color Harmonies of #E1CB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CB16

Black with #E1CB16

Text Example


Text Example

White with #E1CB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CB16; }

 p { color: rgb(225,203,22); }

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

background-color css

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

 a { background-color: rgb(225,203,22); }

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

border-color css

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

 span { border-color: rgb(225,203,22); }

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