Html Css Color HEX #E2DF79 Goldenrod

📋 copy color: '#E2DF79'

red 226 ◦ green 223 ◦ blue 121

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

Shades of Goldenrod #E2DF79

Tints of Goldenrod #E2DF79

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.12%

 BLUE value IS 121 (47.66% from 255) = 21.23%

R = 39.65%
G = 39.12%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E2DF79 (or 0xE2DF79) is known color: Goldenrod. HEX triplet: E2, DF and 79. RGB value is (226,223,121). Sum of RGB (Red+Green+Blue) = 226+223+121=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 121 (47.66% from 255 or 21.23% from 570); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DF79 is #1D2086. Grayscale: #D4D4D4. Windows color (decimal): -1908871 or 7987170. OLE color: 7987170.

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

Color convert

RGB 226 223 121 -
CMYK 0 0.01 0.46 0.11
HSL 58.29º 0.64% 0.68% -
HSV(B) 58.29º 0.46% 0.89% -
XYZ 61.2 70.32 28.44 -
YUV 212.27 76.49 137.79 -
System Red Green Blue C M Y K H S L
Decimal 226 223 121 0 0.01 0.46 0.11 58.29 0.64 0.68
Hex E2 DF 79 0 1 2E B 3A 40 44
Octal 342 337 171 0 1 56 13 72 100 104
Binary 11100010 11011111 1111001 0 1 101110 1011 111010 1000000 1000100

Color Harmonies of #E2DF79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DF79

Black with #E2DF79

Text Example


Text Example

White with #E2DF79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DF79; }

 p { color: rgb(226,223,121); }

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

background-color css

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

 a { background-color: rgb(226,223,121); }

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

border-color css

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

 span { border-color: rgb(226,223,121); }

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