Html Css Color HEX #E1DD64 Goldenrod

📋 copy color: '#E1DD64'

red 225 ◦ green 221 ◦ blue 100

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

Shades of Goldenrod #E1DD64

Tints of Goldenrod #E1DD64

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.48%

 BLUE value IS 100 (39.45% from 255) = 18.32%

R = 41.21%
G = 40.48%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E1DD64 (or 0xE1DD64) is known color: Goldenrod. HEX triplet: E1, DD and 64. RGB value is (225,221,100). Sum of RGB (Red+Green+Blue) = 225+221+100=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 100 (39.45% from 255 or 18.32% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DD64 is #1E229B. Grayscale: #D0D0D0. Windows color (decimal): -1974940 or 6610401. OLE color: 6610401.

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

Color convert

RGB 225 221 100 -
CMYK 0 0.02 0.56 0.12
HSL 58.08º 0.68% 0.64% -
HSV(B) 58.08º 0.56% 0.88% -
XYZ 59.21 68.64 22.18 -
YUV 208.4 66.83 139.84 -
System Red Green Blue C M Y K H S L
Decimal 225 221 100 0 0.02 0.56 0.12 58.08 0.68 0.64
Hex E1 DD 64 0 2 38 C 3A 44 40
Octal 341 335 144 0 2 70 14 72 104 100
Binary 11100001 11011101 1100100 0 10 111000 1100 111010 1000100 1000000

Color Harmonies of #E1DD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DD64

Black with #E1DD64

Text Example


Text Example

White with #E1DD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DD64; }

 p { color: rgb(225,221,100); }

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

background-color css

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

 a { background-color: rgb(225,221,100); }

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

border-color css

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

 span { border-color: rgb(225,221,100); }

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