Html Css Color HEX #E2DD7A Goldenrod

📋 copy color: '#E2DD7A'

red 226 ◦ green 221 ◦ blue 122

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

Shades of Goldenrod #E2DD7A

Tints of Goldenrod #E2DD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.44%

R = 39.72%
G = 38.84%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E2DD7A (or 0xE2DD7A) is known color: Goldenrod. HEX triplet: E2, DD and 7A. RGB value is (226,221,122). Sum of RGB (Red+Green+Blue) = 226+221+122=569 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.72% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 122 (48.05% from 255 or 21.44% from 569); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DD7A is #1D2285. Grayscale: #D3D3D3. Windows color (decimal): -1909382 or 8052194. OLE color: 8052194.

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

Color convert

RGB 226 221 122 -
CMYK 0 0.02 0.46 0.11
HSL 57.12º 0.64% 0.68% -
HSV(B) 57.12º 0.46% 0.89% -
XYZ 60.73 69.29 28.59 -
YUV 211.21 77.66 138.55 -
System Red Green Blue C M Y K H S L
Decimal 226 221 122 0 0.02 0.46 0.11 57.12 0.64 0.68
Hex E2 DD 7A 0 2 2E B 39 40 44
Octal 342 335 172 0 2 56 13 71 100 104
Binary 11100010 11011101 1111010 0 10 101110 1011 111001 1000000 1000100

Color Harmonies of #E2DD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DD7A

Black with #E2DD7A

Text Example


Text Example

White with #E2DD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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