Html Css Color HEX #E2DD66 Goldenrod

📋 copy color: '#E2DD66'

red 226 ◦ green 221 ◦ blue 102

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

Shades of Goldenrod #E2DD66

Tints of Goldenrod #E2DD66

RGB

 RED value IS 226 (88.67% from 255) = 41.17%

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

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

R = 41.17%
G = 40.26%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#E2DD66 (or 0xE2DD66) is known color: Goldenrod. HEX triplet: E2, DD and 66. RGB value is (226,221,102). Sum of RGB (Red+Green+Blue) = 226+221+102=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 102 (40.23% from 255 or 18.58% from 549); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DD66 is #1D2299. Grayscale: #D1D1D1. Windows color (decimal): -1909402 or 6741474. OLE color: 6741474.

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

Color convert

RGB 226 221 102 -
CMYK 0 0.02 0.55 0.11
HSL 57.58º 0.68% 0.64% -
HSV(B) 57.58º 0.55% 0.89% -
XYZ 59.62 68.84 22.72 -
YUV 208.93 67.66 140.18 -
System Red Green Blue C M Y K H S L
Decimal 226 221 102 0 0.02 0.55 0.11 57.58 0.68 0.64
Hex E2 DD 66 0 2 37 B 3A 44 40
Octal 342 335 146 0 2 67 13 72 104 100
Binary 11100010 11011101 1100110 0 10 110111 1011 111010 1000100 1000000

Color Harmonies of #E2DD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DD66

Black with #E2DD66

Text Example


Text Example

White with #E2DD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DD66; }

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

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

background-color css

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

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

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

border-color css

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

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

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