Html Css Color HEX #E0B802 Sunflower

📋 copy color: '#E0B802'

red 224 ◦ green 184 ◦ blue 2

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

Shades of Sunflower #E0B802

Tints of Sunflower #E0B802

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.88%

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 54.63%
G = 44.88%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E0B802 (or 0xE0B802) is known color: Sunflower. HEX triplet: E0, B8 and 02. RGB value is (224,184,2). Sum of RGB (Red+Green+Blue) = 224+184+2=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0B802 is #1F47FD. Grayscale: #AFAFAF. Windows color (decimal): -2050046 or 178400. OLE color: 178400.

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

Color convert

RGB 224 184 2 -
CMYK 0 0.18 0.99 0.12
HSL 49.19º 0.98% 0.44% -
HSV(B) 49.19º 0.99% 0.88% -
XYZ 47.89 50.13 7.21 -
YUV 175.21 30.25 162.8 -
System Red Green Blue C M Y K H S L
Decimal 224 184 2 0 0.18 0.99 0.12 49.19 0.98 0.44
Hex E0 B8 2 0 12 63 C 31 62 2C
Octal 340 270 2 0 22 143 14 61 142 54
Binary 11100000 10111000 10 0 10010 1100011 1100 110001 1100010 101100

Color Harmonies of #E0B802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B802

Black with #E0B802

Text Example


Text Example

White with #E0B802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B802; }

 p { color: rgb(224,184,2); }

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

background-color css

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

 a { background-color: rgb(224,184,2); }

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

border-color css

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

 span { border-color: rgb(224,184,2); }

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