Html Css Color HEX #E2DC72 Goldenrod

📋 copy color: '#E2DC72'

red 226 ◦ green 220 ◦ blue 114

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

Shades of Goldenrod #E2DC72

Tints of Goldenrod #E2DC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.36%

R = 40.36%
G = 39.29%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E2DC72 (or 0xE2DC72) is known color: Goldenrod. HEX triplet: E2, DC and 72. RGB value is (226,220,114). Sum of RGB (Red+Green+Blue) = 226+220+114=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 114 (44.92% from 255 or 20.36% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DC72 is #1D238D. Grayscale: #D2D2D2. Windows color (decimal): -1909646 or 7527650. OLE color: 7527650.

HSL color Cylindrical-coordinate representation of color #E2DC72: hue angle of 56.79º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2DC72 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 220 114 -
CMYK 0 0.03 0.50 0.11
HSL 56.79º 0.66% 0.67% -
HSV(B) 56.79º 0.5% 0.89% -
XYZ 59.99 68.57 25.99 -
YUV 209.71 73.99 139.62 -
System Red Green Blue C M Y K H S L
Decimal 226 220 114 0 0.03 0.50 0.11 56.79 0.66 0.67
Hex E2 DC 72 0 3 32 B 39 42 43
Octal 342 334 162 0 3 62 13 71 102 103
Binary 11100010 11011100 1110010 0 11 110010 1011 111001 1000010 1000011

Color Harmonies of #E2DC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DC72

Black with #E2DC72

Text Example


Text Example

White with #E2DC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DC72; }

 p { color: rgb(226,220,114); }

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

background-color css

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

 a { background-color: rgb(226,220,114); }

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

border-color css

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

 span { border-color: rgb(226,220,114); }

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