Html Css Color HEX #E1DF7A Goldenrod

📋 copy color: '#E1DF7A'

red 225 ◦ green 223 ◦ blue 122

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

Shades of Goldenrod #E1DF7A

Tints of Goldenrod #E1DF7A

RGB

 RED value IS 225 (88.28% from 255) = 39.47%

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

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

R = 39.47%
G = 39.12%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E1DF7A (or 0xE1DF7A) is known color: Goldenrod. HEX triplet: E1, DF and 7A. RGB value is (225,223,122). Sum of RGB (Red+Green+Blue) = 225+223+122=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 122 (48.05% from 255 or 21.40% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DF7A is #1E2085. Grayscale: #D4D4D4. Windows color (decimal): -1974406 or 8052705. OLE color: 8052705.

HSL color Cylindrical-coordinate representation of color #E1DF7A: hue angle of 58.83º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E1DF7A is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 223 122 -
CMYK 0 0.01 0.46 0.12
HSL 58.83º 0.63% 0.68% -
HSV(B) 58.83º 0.46% 0.88% -
XYZ 60.95 70.19 28.75 -
YUV 212.08 77.16 137.21 -
System Red Green Blue C M Y K H S L
Decimal 225 223 122 0 0.01 0.46 0.12 58.83 0.63 0.68
Hex E1 DF 7A 0 1 2E C 3B 3F 44
Octal 341 337 172 0 1 56 14 73 77 104
Binary 11100001 11011111 1111010 0 1 101110 1100 111011 111111 1000100

Color Harmonies of #E1DF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DF7A

Black with #E1DF7A

Text Example


Text Example

White with #E1DF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DF7A; }

 p { color: rgb(225,223,122); }

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

background-color css

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

 a { background-color: rgb(225,223,122); }

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

border-color css

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

 span { border-color: rgb(225,223,122); }

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