Html Css Color HEX #E1DC66 Goldenrod

📋 copy color: '#E1DC66'

red 225 ◦ green 220 ◦ blue 102

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

Shades of Goldenrod #E1DC66

Tints of Goldenrod #E1DC66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.65%

R = 41.13%
G = 40.22%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E1DC66 (or 0xE1DC66) is known color: Goldenrod. HEX triplet: E1, DC and 66. RGB value is (225,220,102). Sum of RGB (Red+Green+Blue) = 225+220+102=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 102 (40.23% from 255 or 18.65% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DC66 is #1E2399. Grayscale: #D0D0D0. Windows color (decimal): -1975194 or 6741217. OLE color: 6741217.

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

Color convert

RGB 225 220 102 -
CMYK 0 0.02 0.55 0.12
HSL 57.56º 0.67% 0.64% -
HSV(B) 57.56º 0.55% 0.88% -
XYZ 59.04 68.15 22.61 -
YUV 208.04 68.16 140.09 -
System Red Green Blue C M Y K H S L
Decimal 225 220 102 0 0.02 0.55 0.12 57.56 0.67 0.64
Hex E1 DC 66 0 2 37 C 3A 43 40
Octal 341 334 146 0 2 67 14 72 103 100
Binary 11100001 11011100 1100110 0 10 110111 1100 111010 1000011 1000000

Color Harmonies of #E1DC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DC66

Black with #E1DC66

Text Example


Text Example

White with #E1DC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DC66; }

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

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

background-color css

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

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

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

border-color css

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

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

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