Html Css Color HEX #E0B416 Sunflower

📋 copy color: '#E0B416'

red 224 ◦ green 180 ◦ blue 22

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

Shades of Sunflower #E0B416

Tints of Sunflower #E0B416

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.25%

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

R = 52.58%
G = 42.25%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E0B416 (or 0xE0B416) is known color: Sunflower. HEX triplet: E0, B4 and 16. RGB value is (224,180,22). Sum of RGB (Red+Green+Blue) = 224+180+22=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0B416 is #1F4BE9. Grayscale: #AFAFAF. Windows color (decimal): -2051050 or 1488096. OLE color: 1488096.

HSL color Cylindrical-coordinate representation of color #E0B416: hue angle of 46.93º 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 #E0B416 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 180 22 -
CMYK 0 0.20 0.90 0.12
HSL 46.93º 0.82% 0.48% -
HSV(B) 46.93º 0.9% 0.88% -
XYZ 47.21 48.55 7.64 -
YUV 175.14 41.58 162.85 -
System Red Green Blue C M Y K H S L
Decimal 224 180 22 0 0.20 0.90 0.12 46.93 0.82 0.48
Hex E0 B4 16 0 14 5A C 2F 52 30
Octal 340 264 26 0 24 132 14 57 122 60
Binary 11100000 10110100 10110 0 10100 1011010 1100 101111 1010010 110000

Color Harmonies of #E0B416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B416

Black with #E0B416

Text Example


Text Example

White with #E0B416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B416; }

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

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

background-color css

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

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

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

border-color css

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

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

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