Html Css Color HEX #E1DB02 Golden Yellow

📋 copy color: '#E1DB02'

red 225 ◦ green 219 ◦ blue 2

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

Shades of Golden Yellow #E1DB02

Tints of Golden Yellow #E1DB02

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.1%

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

R = 50.45%
G = 49.1%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E1DB02 (or 0xE1DB02) is known color: Golden Yellow. HEX triplet: E1, DB and 02. RGB value is (225,219,2). Sum of RGB (Red+Green+Blue) = 225+219+2=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 2 (1.17% from 255 or 0.45% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DB02 is #1E24FD. Grayscale: #C4C4C4. Windows color (decimal): -1975550 or 187361. OLE color: 187361.

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

Color convert

RGB 225 219 2 -
CMYK 0 0.03 0.99 0.12
HSL 58.39º 0.98% 0.45% -
HSV(B) 58.39º 0.99% 0.88% -
XYZ 56.39 66.67 9.95 -
YUV 196.06 18.49 148.64 -
System Red Green Blue C M Y K H S L
Decimal 225 219 2 0 0.03 0.99 0.12 58.39 0.98 0.45
Hex E1 DB 2 0 3 63 C 3A 62 2D
Octal 341 333 2 0 3 143 14 72 142 55
Binary 11100001 11011011 10 0 11 1100011 1100 111010 1100010 101101

Color Harmonies of #E1DB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DB02

Black with #E1DB02

Text Example


Text Example

White with #E1DB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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