Html Css Color HEX #E0B814 Sunflower

📋 copy color: '#E0B814'

red 224 ◦ green 184 ◦ blue 20

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

Shades of Sunflower #E0B814

Tints of Sunflower #E0B814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.67%

R = 52.34%
G = 42.99%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E0B814 (or 0xE0B814) is known color: Sunflower. HEX triplet: E0, B8 and 14. RGB value is (224,184,20). Sum of RGB (Red+Green+Blue) = 224+184+20=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 184 (72.27% from 255 or 42.99% from 428); Blue value is 20 (8.20% from 255 or 4.67% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0B814 is #1F47EB. Grayscale: #B1B1B1. Windows color (decimal): -2050028 or 1358048. OLE color: 1358048.

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

Color convert

RGB 224 184 20 -
CMYK 0 0.18 0.91 0.12
HSL 48.24º 0.84% 0.48% -
HSV(B) 48.24º 0.91% 0.88% -
XYZ 48.01 50.18 7.82 -
YUV 177.26 39.25 161.34 -
System Red Green Blue C M Y K H S L
Decimal 224 184 20 0 0.18 0.91 0.12 48.24 0.84 0.48
Hex E0 B8 14 0 12 5B C 30 54 30
Octal 340 270 24 0 22 133 14 60 124 60
Binary 11100000 10111000 10100 0 10010 1011011 1100 110000 1010100 110000

Color Harmonies of #E0B814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B814

Black with #E0B814

Text Example


Text Example

White with #E0B814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B814; }

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

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

background-color css

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

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

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

border-color css

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

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

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