Html Css Color HEX #E2DE6B Goldenrod

📋 copy color: '#E2DE6B'

red 226 ◦ green 222 ◦ blue 107

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

Shades of Goldenrod #E2DE6B

Tints of Goldenrod #E2DE6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.28%

R = 40.72%
G = 40%
B = 19.28%

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

#E2DE6B (or 0xE2DE6B) is known color: Goldenrod. HEX triplet: E2, DE and 6B. RGB value is (226,222,107). Sum of RGB (Red+Green+Blue) = 226+222+107=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 107 (42.19% from 255 or 19.28% from 555); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DE6B is #1D2194. Grayscale: #D2D2D2. Windows color (decimal): -1909141 or 7069410. OLE color: 7069410.

HSL color Cylindrical-coordinate representation of color #E2DE6B: hue angle of 57.98º 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 #E2DE6B is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 222 107 -
CMYK 0 0.02 0.53 0.11
HSL 57.98º 0.67% 0.65% -
HSV(B) 57.98º 0.53% 0.89% -
XYZ 60.14 69.47 24.15 -
YUV 210.09 69.83 139.35 -
System Red Green Blue C M Y K H S L
Decimal 226 222 107 0 0.02 0.53 0.11 57.98 0.67 0.65
Hex E2 DE 6B 0 2 35 B 3A 43 41
Octal 342 336 153 0 2 65 13 72 103 101
Binary 11100010 11011110 1101011 0 10 110101 1011 111010 1000011 1000001

Color Harmonies of #E2DE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DE6B

Black with #E2DE6B

Text Example


Text Example

White with #E2DE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DE6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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