Html Css Color HEX #E1B300 Sunflower

📋 copy color: '#E1B300'

red 225 ◦ green 179 ◦ blue 0

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

Shades of Sunflower #E1B300

Tints of Sunflower #E1B300

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.31%

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

R = 55.69%
G = 44.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E1B300 (or 0xE1B300) is known color: Sunflower. HEX triplet: E1, B3 and 00. RGB value is (225,179,0). Sum of RGB (Red+Green+Blue) = 225+179+0=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1B300 is #1E4CFF. Grayscale: #ADADAD. Windows color (decimal): -1985792 or 46049. OLE color: 46049.

HSL color Cylindrical-coordinate representation of color #E1B300: hue angle of 47.73º 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 #E1B300 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 179 0 -
CMYK 0 0.20 1 0.12
HSL 47.73º 1% 0.44% -
HSV(B) 47.73º 1% 0.88% -
XYZ 47.17 48.25 6.83 -
YUV 172.35 30.74 165.55 -
System Red Green Blue C M Y K H S L
Decimal 225 179 0 0 0.20 1 0.12 47.73 1 0.44
Hex E1 B3 0 0 14 64 C 30 64 2C
Octal 341 263 0 0 24 144 14 60 144 54
Binary 11100001 10110011 0 0 10100 1100100 1100 110000 1100100 101100

Color Harmonies of #E1B300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B300

Black with #E1B300

Text Example


Text Example

White with #E1B300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B300; }

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

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

background-color css

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

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

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

border-color css

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

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

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