Html Css Color HEX #E1DC67 Goldenrod

📋 copy color: '#E1DC67'

red 225 ◦ green 220 ◦ blue 103

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

Shades of Goldenrod #E1DC67

Tints of Goldenrod #E1DC67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.8%

R = 41.06%
G = 40.15%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E1DC67 (or 0xE1DC67) is known color: Goldenrod. HEX triplet: E1, DC and 67. RGB value is (225,220,103). Sum of RGB (Red+Green+Blue) = 225+220+103=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 103 (40.62% from 255 or 18.80% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DC67 is #1E2398. Grayscale: #D0D0D0. Windows color (decimal): -1975193 or 6806753. OLE color: 6806753.

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

Color convert

RGB 225 220 103 -
CMYK 0 0.02 0.54 0.12
HSL 57.54º 0.67% 0.64% -
HSV(B) 57.54º 0.54% 0.88% -
XYZ 59.09 68.17 22.88 -
YUV 208.16 68.66 140.01 -
System Red Green Blue C M Y K H S L
Decimal 225 220 103 0 0.02 0.54 0.12 57.54 0.67 0.64
Hex E1 DC 67 0 2 36 C 3A 43 40
Octal 341 334 147 0 2 66 14 72 103 100
Binary 11100001 11011100 1100111 0 10 110110 1100 111010 1000011 1000000

Color Harmonies of #E1DC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DC67

Black with #E1DC67

Text Example


Text Example

White with #E1DC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DC67; }

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

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

background-color css

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

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

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

border-color css

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

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

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