Html Css Color HEX #E1CB15 Sunflower

📋 copy color: '#E1CB15'

red 225 ◦ green 203 ◦ blue 21

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

Shades of Sunflower #E1CB15

Tints of Sunflower #E1CB15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.68%

R = 50.11%
G = 45.21%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E1CB15 (or 0xE1CB15) is known color: Sunflower. HEX triplet: E1, CB and 15. RGB value is (225,203,21). Sum of RGB (Red+Green+Blue) = 225+203+21=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 21 (8.59% from 255 or 4.68% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CB15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1CB15 is #1E34EA. Grayscale: #BDBDBD. Windows color (decimal): -1979627 or 1428449. OLE color: 1428449.

HSL color Cylindrical-coordinate representation of color #E1CB15: hue angle of 53.53º degrees, saturation: 0.83, 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 #E1CB15 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 203 21 -
CMYK 0 0.10 0.91 0.12
HSL 53.53º 0.83% 0.48% -
HSV(B) 53.53º 0.91% 0.88% -
XYZ 52.54 58.77 9.28 -
YUV 188.83 33.29 153.8 -
System Red Green Blue C M Y K H S L
Decimal 225 203 21 0 0.10 0.91 0.12 53.53 0.83 0.48
Hex E1 CB 15 0 A 5B C 36 53 30
Octal 341 313 25 0 12 133 14 66 123 60
Binary 11100001 11001011 10101 0 1010 1011011 1100 110110 1010011 110000

Color Harmonies of #E1CB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CB15

Black with #E1CB15

Text Example


Text Example

White with #E1CB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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