Html Css Color HEX #E0BF00 Sunflower

📋 copy color: '#E0BF00'

red 224 ◦ green 191 ◦ blue 0

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

Shades of Sunflower #E0BF00

Tints of Sunflower #E0BF00

RGB

 RED value IS 224 (87.89% from 255) = 53.98%

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

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

R = 53.98%
G = 46.02%
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

#E0BF00 (or 0xE0BF00) is known color: Sunflower. HEX triplet: E0, BF and 00. RGB value is (224,191,0). Sum of RGB (Red+Green+Blue) = 224+191+0=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0BF00 is #1F40FF. Grayscale: #B3B3B3. Windows color (decimal): -2048256 or 49120. OLE color: 49120.

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

Color convert

RGB 224 191 0 -
CMYK 0 0.15 1 0.12
HSL 51.16º 1% 0.44% -
HSV(B) 51.16º 1% 0.88% -
XYZ 49.37 53.11 7.65 -
YUV 179.09 26.93 160.03 -
System Red Green Blue C M Y K H S L
Decimal 224 191 0 0 0.15 1 0.12 51.16 1 0.44
Hex E0 BF 0 0 F 64 C 33 64 2C
Octal 340 277 0 0 17 144 14 63 144 54
Binary 11100000 10111111 0 0 1111 1100100 1100 110011 1100100 101100

Color Harmonies of #E0BF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BF00

Black with #E0BF00

Text Example


Text Example

White with #E0BF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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