Html Css Color HEX #E0B505 Sunflower

📋 copy color: '#E0B505'

red 224 ◦ green 181 ◦ blue 5

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

Shades of Sunflower #E0B505

Tints of Sunflower #E0B505

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.15%

 BLUE value IS 5 (2.34% from 255) = 1.22%

R = 54.63%
G = 44.15%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E0B505 (or 0xE0B505) is known color: Sunflower. HEX triplet: E0, B5 and 05. RGB value is (224,181,5). Sum of RGB (Red+Green+Blue) = 224+181+5=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 181 (71.09% from 255 or 44.15% from 410); Blue value is 5 (2.34% from 255 or 1.22% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0B505 is #1F4AFA. Grayscale: #AEAEAE. Windows color (decimal): -2050811 or 374240. OLE color: 374240.

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

Color convert

RGB 224 181 5 -
CMYK 0 0.19 0.98 0.12
HSL 48.22º 0.96% 0.45% -
HSV(B) 48.22º 0.98% 0.88% -
XYZ 47.29 48.91 7.09 -
YUV 173.79 32.75 163.81 -
System Red Green Blue C M Y K H S L
Decimal 224 181 5 0 0.19 0.98 0.12 48.22 0.96 0.45
Hex E0 B5 5 0 13 62 C 30 60 2D
Octal 340 265 5 0 23 142 14 60 140 55
Binary 11100000 10110101 101 0 10011 1100010 1100 110000 1100000 101101

Color Harmonies of #E0B505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B505

Black with #E0B505

Text Example


Text Example

White with #E0B505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B505; }

 p { color: rgb(224,181,5); }

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

background-color css

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

 a { background-color: rgb(224,181,5); }

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

border-color css

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

 span { border-color: rgb(224,181,5); }

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