Html Css Color HEX #E1B80D Sunflower

📋 copy color: '#E1B80D'

red 225 ◦ green 184 ◦ blue 13

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

Shades of Sunflower #E1B80D

Tints of Sunflower #E1B80D

RGB

 RED value IS 225 (88.28% from 255) = 53.32%

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

 BLUE value IS 13 (5.47% from 255) = 3.08%

R = 53.32%
G = 43.6%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1B80D (or 0xE1B80D) is known color: Sunflower. HEX triplet: E1, B8 and 0D. RGB value is (225,184,13). Sum of RGB (Red+Green+Blue) = 225+184+13=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 13 (5.47% from 255 or 3.08% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1B80D is #1E47F2. Grayscale: #B1B1B1. Windows color (decimal): -1984499 or 899297. OLE color: 899297.

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

Color convert

RGB 225 184 13 -
CMYK 0 0.18 0.94 0.12
HSL 48.4º 0.89% 0.47% -
HSV(B) 48.4º 0.94% 0.88% -
XYZ 48.26 50.32 7.55 -
YUV 176.77 35.58 162.4 -
System Red Green Blue C M Y K H S L
Decimal 225 184 13 0 0.18 0.94 0.12 48.4 0.89 0.47
Hex E1 B8 D 0 12 5E C 30 59 2F
Octal 341 270 15 0 22 136 14 60 131 57
Binary 11100001 10111000 1101 0 10010 1011110 1100 110000 1011001 101111

Color Harmonies of #E1B80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B80D

Black with #E1B80D

Text Example


Text Example

White with #E1B80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B80D; }

 p { color: rgb(225,184,13); }

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

background-color css

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

 a { background-color: rgb(225,184,13); }

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

border-color css

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

 span { border-color: rgb(225,184,13); }

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