Html Css Color HEX #E1DC07 Golden Yellow

📋 copy color: '#E1DC07'

red 225 ◦ green 220 ◦ blue 7

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

Shades of Golden Yellow #E1DC07

Tints of Golden Yellow #E1DC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.55%

R = 49.78%
G = 48.67%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E1DC07 (or 0xE1DC07) is known color: Golden Yellow. HEX triplet: E1, DC and 07. RGB value is (225,220,7). Sum of RGB (Red+Green+Blue) = 225+220+7=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 7 (3.12% from 255 or 1.55% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DC07 is #1E23F8. Grayscale: #C6C6C6. Windows color (decimal): -1975289 or 515297. OLE color: 515297.

HSL color Cylindrical-coordinate representation of color #E1DC07: hue angle of 58.62º degrees, saturation: 0.94, 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 #E1DC07 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 220 7 -
CMYK 0 0.02 0.97 0.12
HSL 58.62º 0.94% 0.45% -
HSV(B) 58.62º 0.97% 0.88% -
XYZ 56.68 67.21 10.19 -
YUV 197.21 20.66 147.82 -
System Red Green Blue C M Y K H S L
Decimal 225 220 7 0 0.02 0.97 0.12 58.62 0.94 0.45
Hex E1 DC 7 0 2 61 C 3B 5E 2D
Octal 341 334 7 0 2 141 14 73 136 55
Binary 11100001 11011100 111 0 10 1100001 1100 111011 1011110 101101

Color Harmonies of #E1DC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DC07

Black with #E1DC07

Text Example


Text Example

White with #E1DC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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