Html Css Color HEX #E2DE73 Goldenrod

📋 copy color: '#E2DE73'

red 226 ◦ green 222 ◦ blue 115

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

Shades of Goldenrod #E2DE73

Tints of Goldenrod #E2DE73

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.43%

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

R = 40.14%
G = 39.43%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E2DE73 (or 0xE2DE73) is known color: Goldenrod. HEX triplet: E2, DE and 73. RGB value is (226,222,115). Sum of RGB (Red+Green+Blue) = 226+222+115=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 115 (45.31% from 255 or 20.43% from 563); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DE73 is #1D218C. Grayscale: #D3D3D3. Windows color (decimal): -1909133 or 7593698. OLE color: 7593698.

HSL color Cylindrical-coordinate representation of color #E2DE73: hue angle of 57.84º 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 #E2DE73 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 222 115 -
CMYK 0 0.02 0.49 0.11
HSL 57.84º 0.66% 0.67% -
HSV(B) 57.84º 0.49% 0.89% -
XYZ 60.58 69.65 26.47 -
YUV 211 73.83 138.7 -
System Red Green Blue C M Y K H S L
Decimal 226 222 115 0 0.02 0.49 0.11 57.84 0.66 0.67
Hex E2 DE 73 0 2 31 B 3A 42 43
Octal 342 336 163 0 2 61 13 72 102 103
Binary 11100010 11011110 1110011 0 10 110001 1011 111010 1000010 1000011

Color Harmonies of #E2DE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DE73

Black with #E2DE73

Text Example


Text Example

White with #E2DE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DE73; }

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

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

background-color css

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

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

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

border-color css

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

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

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