Html Css Color HEX #E2BF08 Sunflower

📋 copy color: '#E2BF08'

red 226 ◦ green 191 ◦ blue 8

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

Shades of Sunflower #E2BF08

Tints of Sunflower #E2BF08

RGB

 RED value IS 226 (88.67% from 255) = 53.18%

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

 BLUE value IS 8 (3.52% from 255) = 1.88%

R = 53.18%
G = 44.94%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E2BF08 (or 0xE2BF08) is known color: Sunflower. HEX triplet: E2, BF and 08. RGB value is (226,191,8). Sum of RGB (Red+Green+Blue) = 226+191+8=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 8 (3.52% from 255 or 1.88% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2BF08 is #1D40F7. Grayscale: #B5B5B5. Windows color (decimal): -1917176 or 573410. OLE color: 573410.

HSL color Cylindrical-coordinate representation of color #E2BF08: hue angle of 50.37º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E2BF08 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 191 8 -
CMYK 0 0.15 0.96 0.11
HSL 50.37º 0.93% 0.46% -
HSV(B) 50.37º 0.96% 0.89% -
XYZ 50.04 53.45 7.91 -
YUV 180.6 30.6 160.38 -
System Red Green Blue C M Y K H S L
Decimal 226 191 8 0 0.15 0.96 0.11 50.37 0.93 0.46
Hex E2 BF 8 0 F 60 B 32 5D 2E
Octal 342 277 10 0 17 140 13 62 135 56
Binary 11100010 10111111 1000 0 1111 1100000 1011 110010 1011101 101110

Color Harmonies of #E2BF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BF08

Black with #E2BF08

Text Example


Text Example

White with #E2BF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BF08; }

 p { color: rgb(226,191,8); }

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

background-color css

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

 a { background-color: rgb(226,191,8); }

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

border-color css

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

 span { border-color: rgb(226,191,8); }

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