Html Css Color HEX #E0E07A Goldenrod

📋 copy color: '#E0E07A'

red 224 ◦ green 224 ◦ blue 122

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

Shades of Goldenrod #E0E07A

Tints of Goldenrod #E0E07A

RGB

 RED value IS 224 (87.89% from 255) = 39.3%

 GREEN value IS 224 (87.89% from 255) = 39.3%

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

R = 39.3%
G = 39.3%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E0E07A (or 0xE0E07A) is known color: Goldenrod. HEX triplet: E0, E0 and 7A. RGB value is (224,224,122). Sum of RGB (Red+Green+Blue) = 224+224+122=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 122 (48.05% from 255 or 21.40% from 570); Max value from RGB is 224 - color contains mainly: red, green. Hex color #E0E07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E07A is #1F1F85. Grayscale: #D4D4D4. Windows color (decimal): -2039686 or 8052960. OLE color: 8052960.

HSL color Cylindrical-coordinate representation of color #E0E07A: hue angle of 60º degrees, saturation: 0.62, 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 #E0E07A is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 224 122 -
CMYK 0 0 0.46 0.12
HSL 60º 0.62% 0.68% -
HSV(B) 60º 0.46% 0.88% -
XYZ 60.91 70.56 28.82 -
YUV 212.37 77 136.29 -
System Red Green Blue C M Y K H S L
Decimal 224 224 122 0 0 0.46 0.12 60 0.62 0.68
Hex E0 E0 7A 0 0 2E C 3C 3E 44
Octal 340 340 172 0 0 56 14 74 76 104
Binary 11100000 11100000 1111010 0 0 101110 1100 111100 111110 1000100

Color Harmonies of #E0E07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E07A

Black with #E0E07A

Text Example


Text Example

White with #E0E07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E07A; }

 p { color: rgb(224,224,122); }

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

background-color css

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

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

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

border-color css

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

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

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