Html Css Color HEX #E1DD05 Golden Yellow

📋 copy color: '#E1DD05'

red 225 ◦ green 221 ◦ blue 5

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

Shades of Golden Yellow #E1DD05

Tints of Golden Yellow #E1DD05

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49%

 BLUE value IS 5 (2.34% from 255) = 1.11%

R = 49.89%
G = 49%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E1DD05 (or 0xE1DD05) is known color: Golden Yellow. HEX triplet: E1, DD and 05. RGB value is (225,221,5). Sum of RGB (Red+Green+Blue) = 225+221+5=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 5 (2.34% from 255 or 1.11% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DD05 is #1E22FA. Grayscale: #C6C6C6. Windows color (decimal): -1975035 or 384481. OLE color: 384481.

HSL color Cylindrical-coordinate representation of color #E1DD05: hue angle of 58.91º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E1DD05 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 221 5 -
CMYK 0 0.02 0.98 0.12
HSL 58.91º 0.96% 0.45% -
HSV(B) 58.91º 0.98% 0.88% -
XYZ 56.94 67.73 10.22 -
YUV 197.57 19.33 147.56 -
System Red Green Blue C M Y K H S L
Decimal 225 221 5 0 0.02 0.98 0.12 58.91 0.96 0.45
Hex E1 DD 5 0 2 62 C 3B 60 2D
Octal 341 335 5 0 2 142 14 73 140 55
Binary 11100001 11011101 101 0 10 1100010 1100 111011 1100000 101101

Color Harmonies of #E1DD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DD05

Black with #E1DD05

Text Example


Text Example

White with #E1DD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DD05; }

 p { color: rgb(225,221,5); }

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

background-color css

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

 a { background-color: rgb(225,221,5); }

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

border-color css

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

 span { border-color: rgb(225,221,5); }

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