Html Css Color HEX #E5C80D Sunflower

📋 copy color: '#E5C80D'

red 229 ◦ green 200 ◦ blue 13

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

Shades of Sunflower #E5C80D

Tints of Sunflower #E5C80D

RGB

 RED value IS 229 (89.84% from 255) = 51.81%

 GREEN value IS 200 (78.52% from 255) = 45.25%

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

R = 51.81%
G = 45.25%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5C80D (or 0xE5C80D) is known color: Sunflower. HEX triplet: E5, C8 and 0D. RGB value is (229,200,13). Sum of RGB (Red+Green+Blue) = 229+200+13=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 13 (5.47% from 255 or 2.94% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5C80D is #1A37F2. Grayscale: #BCBCBC. Windows color (decimal): -1718259 or 903397. OLE color: 903397.

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

Color convert

RGB 229 200 13 -
CMYK 0 0.13 0.94 0.10
HSL 51.94º 0.89% 0.47% -
HSV(B) 51.94º 0.94% 0.9% -
XYZ 53.04 58 8.78 -
YUV 187.35 29.61 157.71 -
System Red Green Blue C M Y K H S L
Decimal 229 200 13 0 0.13 0.94 0.10 51.94 0.89 0.47
Hex E5 C8 D 0 D 5E A 34 59 2F
Octal 345 310 15 0 15 136 12 64 131 57
Binary 11100101 11001000 1101 0 1101 1011110 1010 110100 1011001 101111

Color Harmonies of #E5C80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C80D

Black with #E5C80D

Text Example


Text Example

White with #E5C80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C80D; }

 p { color: rgb(229,200,13); }

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

background-color css

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

 a { background-color: rgb(229,200,13); }

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

border-color css

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

 span { border-color: rgb(229,200,13); }

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