Html Css Color HEX #E1CB1C Sunflower

📋 copy color: '#E1CB1C'

red 225 ◦ green 203 ◦ blue 28

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

Shades of Sunflower #E1CB1C

Tints of Sunflower #E1CB1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.14%

R = 49.34%
G = 44.52%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E1CB1C (or 0xE1CB1C) is known color: Sunflower. HEX triplet: E1, CB and 1C. RGB value is (225,203,28). Sum of RGB (Red+Green+Blue) = 225+203+28=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 28 (11.33% from 255 or 6.14% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CB1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CB1C is #1E34E3. Grayscale: #BEBEBE. Windows color (decimal): -1979620 or 1887201. OLE color: 1887201.

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

Color convert

RGB 225 203 28 -
CMYK 0 0.10 0.88 0.12
HSL 53.3º 0.78% 0.5% -
HSV(B) 53.3º 0.88% 0.88% -
XYZ 52.62 58.8 9.68 -
YUV 189.63 36.79 153.23 -
System Red Green Blue C M Y K H S L
Decimal 225 203 28 0 0.10 0.88 0.12 53.3 0.78 0.5
Hex E1 CB 1C 0 A 58 C 35 4E 32
Octal 341 313 34 0 12 130 14 65 116 62
Binary 11100001 11001011 11100 0 1010 1011000 1100 110101 1001110 110010

Color Harmonies of #E1CB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CB1C

Black with #E1CB1C

Text Example


Text Example

White with #E1CB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CB1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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