Html Css Color HEX #E0DD66 Goldenrod

📋 copy color: '#E0DD66'

red 224 ◦ green 221 ◦ blue 102

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

Shades of Goldenrod #E0DD66

Tints of Goldenrod #E0DD66

RGB

 RED value IS 224 (87.89% from 255) = 40.95%

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

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

R = 40.95%
G = 40.4%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E0DD66 (or 0xE0DD66) is known color: Goldenrod. HEX triplet: E0, DD and 66. RGB value is (224,221,102). Sum of RGB (Red+Green+Blue) = 224+221+102=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 102 (40.23% from 255 or 18.65% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DD66 is #1F2299. Grayscale: #D0D0D0. Windows color (decimal): -2040474 or 6741472. OLE color: 6741472.

HSL color Cylindrical-coordinate representation of color #E0DD66: hue angle of 58.52º degrees, saturation: 0.66, 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 #E0DD66 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 221 102 -
CMYK 0 0.01 0.54 0.12
HSL 58.52º 0.66% 0.64% -
HSV(B) 58.52º 0.54% 0.88% -
XYZ 59 68.52 22.69 -
YUV 208.33 67.99 139.18 -
System Red Green Blue C M Y K H S L
Decimal 224 221 102 0 0.01 0.54 0.12 58.52 0.66 0.64
Hex E0 DD 66 0 1 36 C 3B 42 40
Octal 340 335 146 0 1 66 14 73 102 100
Binary 11100000 11011101 1100110 0 1 110110 1100 111011 1000010 1000000

Color Harmonies of #E0DD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DD66

Black with #E0DD66

Text Example


Text Example

White with #E0DD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DD66; }

 p { color: rgb(224,221,102); }

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

background-color css

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

 a { background-color: rgb(224,221,102); }

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

border-color css

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

 span { border-color: rgb(224,221,102); }

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