Html Css Color HEX #E1CB00 Sunflower

📋 copy color: '#E1CB00'

red 225 ◦ green 203 ◦ blue 0

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

Shades of Sunflower #E1CB00

Tints of Sunflower #E1CB00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.57%
G = 47.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E1CB00 (or 0xE1CB00) is known color: Sunflower. HEX triplet: E1, CB and 00. RGB value is (225,203,0). Sum of RGB (Red+Green+Blue) = 225+203+0=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 0 (0.39% from 255 or 0% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1CB00 is #1E34FF. Grayscale: #BBBBBB. Windows color (decimal): -1979648 or 52193. OLE color: 52193.

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

Color convert

RGB 225 203 0 -
CMYK 0 0.10 1 0.12
HSL 54.13º 1% 0.44% -
HSV(B) 54.13º 1% 0.88% -
XYZ 52.41 58.72 8.57 -
YUV 186.44 22.79 155.51 -
System Red Green Blue C M Y K H S L
Decimal 225 203 0 0 0.10 1 0.12 54.13 1 0.44
Hex E1 CB 0 0 A 64 C 36 64 2C
Octal 341 313 0 0 12 144 14 66 144 54
Binary 11100001 11001011 0 0 1010 1100100 1100 110110 1100100 101100

Color Harmonies of #E1CB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CB00

Black with #E1CB00

Text Example


Text Example

White with #E1CB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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