Html Css Color HEX #E1DB06 Golden Yellow

📋 copy color: '#E1DB06'

red 225 ◦ green 219 ◦ blue 6

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

Shades of Golden Yellow #E1DB06

Tints of Golden Yellow #E1DB06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.33%

R = 50%
G = 48.67%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E1DB06 (or 0xE1DB06) is known color: Golden Yellow. HEX triplet: E1, DB and 06. RGB value is (225,219,6). Sum of RGB (Red+Green+Blue) = 225+219+6=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 219 (85.94% from 255 or 48.67% from 450); Blue value is 6 (2.73% from 255 or 1.33% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DB06 is #1E24F9. Grayscale: #C5C5C5. Windows color (decimal): -1975546 or 449505. OLE color: 449505.

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

Color convert

RGB 225 219 6 -
CMYK 0 0.03 0.97 0.12
HSL 58.36º 0.95% 0.45% -
HSV(B) 58.36º 0.97% 0.88% -
XYZ 56.42 66.68 10.07 -
YUV 196.51 20.49 148.32 -
System Red Green Blue C M Y K H S L
Decimal 225 219 6 0 0.03 0.97 0.12 58.36 0.95 0.45
Hex E1 DB 6 0 3 61 C 3A 5F 2D
Octal 341 333 6 0 3 141 14 72 137 55
Binary 11100001 11011011 110 0 11 1100001 1100 111010 1011111 101101

Color Harmonies of #E1DB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DB06

Black with #E1DB06

Text Example


Text Example

White with #E1DB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DB06; }

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

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

background-color css

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

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

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

border-color css

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

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

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