Html Css Color HEX #E0B716 Sunflower

📋 copy color: '#E0B716'

red 224 ◦ green 183 ◦ blue 22

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

Shades of Sunflower #E0B716

Tints of Sunflower #E0B716

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.66%

 BLUE value IS 22 (8.98% from 255) = 5.13%

R = 52.21%
G = 42.66%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E0B716 (or 0xE0B716) is known color: Sunflower. HEX triplet: E0, B7 and 16. RGB value is (224,183,22). Sum of RGB (Red+Green+Blue) = 224+183+22=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 22 (8.98% from 255 or 5.13% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0B716 is #1F48E9. Grayscale: #B1B1B1. Windows color (decimal): -2050282 or 1488864. OLE color: 1488864.

HSL color Cylindrical-coordinate representation of color #E0B716: hue angle of 47.82º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E0B716 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 183 22 -
CMYK 0 0.18 0.90 0.12
HSL 47.82º 0.82% 0.48% -
HSV(B) 47.82º 0.9% 0.88% -
XYZ 47.82 49.77 7.85 -
YUV 176.91 40.58 161.59 -
System Red Green Blue C M Y K H S L
Decimal 224 183 22 0 0.18 0.90 0.12 47.82 0.82 0.48
Hex E0 B7 16 0 12 5A C 30 52 30
Octal 340 267 26 0 22 132 14 60 122 60
Binary 11100000 10110111 10110 0 10010 1011010 1100 110000 1010010 110000

Color Harmonies of #E0B716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B716

Black with #E0B716

Text Example


Text Example

White with #E0B716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B716; }

 p { color: rgb(224,183,22); }

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

background-color css

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

 a { background-color: rgb(224,183,22); }

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

border-color css

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

 span { border-color: rgb(224,183,22); }

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