Html Css Color HEX #E2DE6A Goldenrod

📋 copy color: '#E2DE6A'

red 226 ◦ green 222 ◦ blue 106

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

Shades of Goldenrod #E2DE6A

Tints of Goldenrod #E2DE6A

RGB

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

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

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

R = 40.79%
G = 40.07%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E2DE6A (or 0xE2DE6A) is known color: Goldenrod. HEX triplet: E2, DE and 6A. RGB value is (226,222,106). Sum of RGB (Red+Green+Blue) = 226+222+106=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 106 (41.80% from 255 or 19.13% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DE6A is #1D2195. Grayscale: #D2D2D2. Windows color (decimal): -1909142 or 7003874. OLE color: 7003874.

HSL color Cylindrical-coordinate representation of color #E2DE6A: hue angle of 58º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E2DE6A is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 222 106 -
CMYK 0 0.02 0.53 0.11
HSL 58º 0.67% 0.65% -
HSV(B) 58º 0.53% 0.89% -
XYZ 60.09 69.45 23.87 -
YUV 209.97 69.33 139.43 -
System Red Green Blue C M Y K H S L
Decimal 226 222 106 0 0.02 0.53 0.11 58 0.67 0.65
Hex E2 DE 6A 0 2 35 B 3A 43 41
Octal 342 336 152 0 2 65 13 72 103 101
Binary 11100010 11011110 1101010 0 10 110101 1011 111010 1000011 1000001

Color Harmonies of #E2DE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DE6A

Black with #E2DE6A

Text Example


Text Example

White with #E2DE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DE6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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