Html Css Color HEX #E5DC00 Golden Yellow

📋 copy color: '#E5DC00'

red 229 ◦ green 220 ◦ blue 0

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

Shades of Golden Yellow #E5DC00

Tints of Golden Yellow #E5DC00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51%
G = 49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E5DC00 (or 0xE5DC00) is known color: Golden Yellow. HEX triplet: E5, DC and 00. RGB value is (229,220,0). Sum of RGB (Red+Green+Blue) = 229+220+0=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 0 (0.39% from 255 or 0% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5DC00 is #1A23FF. Grayscale: #C6C6C6. Windows color (decimal): -1713152 or 56549. OLE color: 56549.

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

Color convert

RGB 229 220 0 -
CMYK 0 0.04 1 0.10
HSL 57.64º 1% 0.45% -
HSV(B) 57.64º 1% 0.9% -
XYZ 57.91 67.84 10.04 -
YUV 197.61 16.48 150.39 -
System Red Green Blue C M Y K H S L
Decimal 229 220 0 0 0.04 1 0.10 57.64 1 0.45
Hex E5 DC 0 0 4 64 A 3A 64 2D
Octal 345 334 0 0 4 144 12 72 144 55
Binary 11100101 11011100 0 0 100 1100100 1010 111010 1100100 101101

Color Harmonies of #E5DC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DC00

Black with #E5DC00

Text Example


Text Example

White with #E5DC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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