Html Css Color HEX #E0B308 Sunflower

📋 copy color: '#E0B308'

red 224 ◦ green 179 ◦ blue 8

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

Shades of Sunflower #E0B308

Tints of Sunflower #E0B308

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.55%

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

R = 54.5%
G = 43.55%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E0B308 (or 0xE0B308) is known color: Sunflower. HEX triplet: E0, B3 and 08. RGB value is (224,179,8). Sum of RGB (Red+Green+Blue) = 224+179+8=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 8 (3.52% from 255 or 1.95% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0B308 is #1F4CF7. Grayscale: #ADADAD. Windows color (decimal): -2051320 or 570336. OLE color: 570336.

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

Color convert

RGB 224 179 8 -
CMYK 0 0.20 0.96 0.12
HSL 47.5º 0.93% 0.45% -
HSV(B) 47.5º 0.96% 0.88% -
XYZ 46.9 48.11 7.04 -
YUV 172.96 34.91 164.4 -
System Red Green Blue C M Y K H S L
Decimal 224 179 8 0 0.20 0.96 0.12 47.5 0.93 0.45
Hex E0 B3 8 0 14 60 C 30 5D 2D
Octal 340 263 10 0 24 140 14 60 135 55
Binary 11100000 10110011 1000 0 10100 1100000 1100 110000 1011101 101101

Color Harmonies of #E0B308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B308

Black with #E0B308

Text Example


Text Example

White with #E0B308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B308; }

 p { color: rgb(224,179,8); }

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

background-color css

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

 a { background-color: rgb(224,179,8); }

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

border-color css

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

 span { border-color: rgb(224,179,8); }

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