Html Css Color HEX #E1DC02 Golden Yellow

📋 copy color: '#E1DC02'

red 225 ◦ green 220 ◦ blue 2

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

Shades of Golden Yellow #E1DC02

Tints of Golden Yellow #E1DC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 50.34%
G = 49.22%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E1DC02 (or 0xE1DC02) is known color: Golden Yellow. HEX triplet: E1, DC and 02. RGB value is (225,220,2). Sum of RGB (Red+Green+Blue) = 225+220+2=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 2 (1.17% from 255 or 0.45% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DC02 is #1E23FD. Grayscale: #C5C5C5. Windows color (decimal): -1975294 or 187617. OLE color: 187617.

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

Color convert

RGB 225 220 2 -
CMYK 0 0.02 0.99 0.12
HSL 58.65º 0.98% 0.45% -
HSV(B) 58.65º 0.99% 0.88% -
XYZ 56.66 67.2 10.04 -
YUV 196.64 18.16 148.23 -
System Red Green Blue C M Y K H S L
Decimal 225 220 2 0 0.02 0.99 0.12 58.65 0.98 0.45
Hex E1 DC 2 0 2 63 C 3B 62 2D
Octal 341 334 2 0 2 143 14 73 142 55
Binary 11100001 11011100 10 0 10 1100011 1100 111011 1100010 101101

Color Harmonies of #E1DC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DC02

Black with #E1DC02

Text Example


Text Example

White with #E1DC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DC02; }

 p { color: rgb(225,220,2); }

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

background-color css

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

 a { background-color: rgb(225,220,2); }

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

border-color css

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

 span { border-color: rgb(225,220,2); }

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