Html Css Color HEX #E5DC08 Golden Yellow

📋 copy color: '#E5DC08'

red 229 ◦ green 220 ◦ blue 8

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

Shades of Golden Yellow #E5DC08

Tints of Golden Yellow #E5DC08

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.14%

 BLUE value IS 8 (3.52% from 255) = 1.75%

R = 50.11%
G = 48.14%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E5DC08 (or 0xE5DC08) is known color: Golden Yellow. HEX triplet: E5, DC and 08. RGB value is (229,220,8). Sum of RGB (Red+Green+Blue) = 229+220+8=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 8 (3.52% from 255 or 1.75% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5DC08 is #1A23F7. Grayscale: #C7C7C7. Windows color (decimal): -1713144 or 580837. OLE color: 580837.

HSL color Cylindrical-coordinate representation of color #E5DC08: hue angle of 57.56º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E5DC08 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 220 8 -
CMYK 0 0.04 0.97 0.10
HSL 57.56º 0.93% 0.46% -
HSV(B) 57.56º 0.97% 0.9% -
XYZ 57.95 67.86 10.27 -
YUV 198.52 20.48 149.74 -
System Red Green Blue C M Y K H S L
Decimal 229 220 8 0 0.04 0.97 0.10 57.56 0.93 0.46
Hex E5 DC 8 0 4 61 A 3A 5D 2E
Octal 345 334 10 0 4 141 12 72 135 56
Binary 11100101 11011100 1000 0 100 1100001 1010 111010 1011101 101110

Color Harmonies of #E5DC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DC08

Black with #E5DC08

Text Example


Text Example

White with #E5DC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DC08; }

 p { color: rgb(229,220,8); }

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

background-color css

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

 a { background-color: rgb(229,220,8); }

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

border-color css

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

 span { border-color: rgb(229,220,8); }

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