Html Css Color HEX #E2DE6D Goldenrod

📋 copy color: '#E2DE6D'

red 226 ◦ green 222 ◦ blue 109

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

Shades of Goldenrod #E2DE6D

Tints of Goldenrod #E2DE6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.57%

R = 40.57%
G = 39.86%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E2DE6D (or 0xE2DE6D) is known color: Goldenrod. HEX triplet: E2, DE and 6D. RGB value is (226,222,109). Sum of RGB (Red+Green+Blue) = 226+222+109=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 109 (42.97% from 255 or 19.57% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DE6D is #1D2192. Grayscale: #D2D2D2. Windows color (decimal): -1909139 or 7200482. OLE color: 7200482.

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

Color convert

RGB 226 222 109 -
CMYK 0 0.02 0.52 0.11
HSL 57.95º 0.67% 0.66% -
HSV(B) 57.95º 0.52% 0.89% -
XYZ 60.25 69.52 24.71 -
YUV 210.31 70.83 139.19 -
System Red Green Blue C M Y K H S L
Decimal 226 222 109 0 0.02 0.52 0.11 57.95 0.67 0.66
Hex E2 DE 6D 0 2 34 B 3A 43 42
Octal 342 336 155 0 2 64 13 72 103 102
Binary 11100010 11011110 1101101 0 10 110100 1011 111010 1000011 1000010

Color Harmonies of #E2DE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DE6D

Black with #E2DE6D

Text Example


Text Example

White with #E2DE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DE6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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