Html Css Color HEX #E2DC73 Goldenrod

📋 copy color: '#E2DC73'

red 226 ◦ green 220 ◦ blue 115

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

Shades of Goldenrod #E2DC73

Tints of Goldenrod #E2DC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.5%

R = 40.29%
G = 39.22%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E2DC73 (or 0xE2DC73) is known color: Goldenrod. HEX triplet: E2, DC and 73. RGB value is (226,220,115). Sum of RGB (Red+Green+Blue) = 226+220+115=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 115 (45.31% from 255 or 20.50% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DC73 is #1D238C. Grayscale: #D2D2D2. Windows color (decimal): -1909645 or 7593186. OLE color: 7593186.

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

Color convert

RGB 226 220 115 -
CMYK 0 0.03 0.49 0.11
HSL 56.76º 0.66% 0.67% -
HSV(B) 56.76º 0.49% 0.89% -
XYZ 60.05 68.59 26.29 -
YUV 209.82 74.49 139.54 -
System Red Green Blue C M Y K H S L
Decimal 226 220 115 0 0.03 0.49 0.11 56.76 0.66 0.67
Hex E2 DC 73 0 3 31 B 39 42 43
Octal 342 334 163 0 3 61 13 71 102 103
Binary 11100010 11011100 1110011 0 11 110001 1011 111001 1000010 1000011

Color Harmonies of #E2DC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DC73

Black with #E2DC73

Text Example


Text Example

White with #E2DC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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