Html Css Color HEX #E0DE6A Goldenrod

📋 copy color: '#E0DE6A'

red 224 ◦ green 222 ◦ blue 106

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

Shades of Goldenrod #E0DE6A

Tints of Goldenrod #E0DE6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.2%

R = 40.58%
G = 40.22%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0DE6A (or 0xE0DE6A) is known color: Goldenrod. HEX triplet: E0, DE and 6A. RGB value is (224,222,106). Sum of RGB (Red+Green+Blue) = 224+222+106=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 106 (41.80% from 255 or 19.20% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DE6A is #1F2195. Grayscale: #D1D1D1. Windows color (decimal): -2040214 or 7003872. OLE color: 7003872.

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

Color convert

RGB 224 222 106 -
CMYK 0 0.01 0.53 0.12
HSL 58.98º 0.66% 0.65% -
HSV(B) 58.98º 0.53% 0.88% -
XYZ 59.46 69.13 23.85 -
YUV 209.37 69.66 138.43 -
System Red Green Blue C M Y K H S L
Decimal 224 222 106 0 0.01 0.53 0.12 58.98 0.66 0.65
Hex E0 DE 6A 0 1 35 C 3B 42 41
Octal 340 336 152 0 1 65 14 73 102 101
Binary 11100000 11011110 1101010 0 1 110101 1100 111011 1000010 1000001

Color Harmonies of #E0DE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DE6A

Black with #E0DE6A

Text Example


Text Example

White with #E0DE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DE6A; }

 p { color: rgb(224,222,106); }

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

background-color css

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

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

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

border-color css

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

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

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