Html Css Color HEX #E1DE05 Golden Yellow

📋 copy color: '#E1DE05'

red 225 ◦ green 222 ◦ blue 5

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

Shades of Golden Yellow #E1DE05

Tints of Golden Yellow #E1DE05

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.12%

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

R = 49.78%
G = 49.12%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E1DE05 (or 0xE1DE05) is known color: Golden Yellow. HEX triplet: E1, DE and 05. RGB value is (225,222,5). Sum of RGB (Red+Green+Blue) = 225+222+5=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 222 (87.11% from 255 or 49.12% from 452); Blue value is 5 (2.34% from 255 or 1.11% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DE05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DE05 is #1E21FA. Grayscale: #C7C7C7. Windows color (decimal): -1974779 or 384737. OLE color: 384737.

HSL color Cylindrical-coordinate representation of color #E1DE05: hue angle of 59.18º 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 #E1DE05 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 222 5 -
CMYK 0 0.01 0.98 0.12
HSL 59.18º 0.96% 0.45% -
HSV(B) 59.18º 0.98% 0.88% -
XYZ 57.2 68.26 10.3 -
YUV 198.16 18.99 147.14 -
System Red Green Blue C M Y K H S L
Decimal 225 222 5 0 0.01 0.98 0.12 59.18 0.96 0.45
Hex E1 DE 5 0 1 62 C 3B 60 2D
Octal 341 336 5 0 1 142 14 73 140 55
Binary 11100001 11011110 101 0 1 1100010 1100 111011 1100000 101101

Color Harmonies of #E1DE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DE05

Black with #E1DE05

Text Example


Text Example

White with #E1DE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DE05; }

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

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

background-color css

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

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

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

border-color css

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

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

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