Html Css Color HEX #E1BF00 Sunflower

📋 copy color: '#E1BF00'

red 225 ◦ green 191 ◦ blue 0

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

Shades of Sunflower #E1BF00

Tints of Sunflower #E1BF00

RGB

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

 GREEN value IS 191 (75% from 255) = 45.91%

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

R = 54.09%
G = 45.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E1BF00 (or 0xE1BF00) is known color: Sunflower. HEX triplet: E1, BF and 00. RGB value is (225,191,0). Sum of RGB (Red+Green+Blue) = 225+191+0=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BF00 is #1E40FF. Grayscale: #B4B4B4. Windows color (decimal): -1982720 or 49121. OLE color: 49121.

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

Color convert

RGB 225 191 0 -
CMYK 0 0.15 1 0.12
HSL 50.93º 1% 0.44% -
HSV(B) 50.93º 1% 0.88% -
XYZ 49.68 53.27 7.66 -
YUV 179.39 26.76 160.53 -
System Red Green Blue C M Y K H S L
Decimal 225 191 0 0 0.15 1 0.12 50.93 1 0.44
Hex E1 BF 0 0 F 64 C 33 64 2C
Octal 341 277 0 0 17 144 14 63 144 54
Binary 11100001 10111111 0 0 1111 1100100 1100 110011 1100100 101100

Color Harmonies of #E1BF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BF00

Black with #E1BF00

Text Example


Text Example

White with #E1BF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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