Html Css Color HEX #E2CD6C Golden Sand

📋 copy color: '#E2CD6C'

red 226 ◦ green 205 ◦ blue 108

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

Shades of Golden Sand #E2CD6C

Tints of Golden Sand #E2CD6C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.03%

 BLUE value IS 108 (42.58% from 255) = 20.04%

R = 41.93%
G = 38.03%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E2CD6C (or 0xE2CD6C) is known color: Golden Sand. HEX triplet: E2, CD and 6C. RGB value is (226,205,108). Sum of RGB (Red+Green+Blue) = 226+205+108=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 108 (42.58% from 255 or 20.04% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CD6C is #1D3293. Grayscale: #C8C8C8. Windows color (decimal): -1913492 or 7130594. OLE color: 7130594.

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

Color convert

RGB 226 205 108 -
CMYK 0 0.09 0.52 0.11
HSL 49.32º 0.67% 0.65% -
HSV(B) 49.32º 0.52% 0.89% -
XYZ 55.9 60.91 23 -
YUV 200.22 75.96 146.39 -
System Red Green Blue C M Y K H S L
Decimal 226 205 108 0 0.09 0.52 0.11 49.32 0.67 0.65
Hex E2 CD 6C 0 9 34 B 31 43 41
Octal 342 315 154 0 11 64 13 61 103 101
Binary 11100010 11001101 1101100 0 1001 110100 1011 110001 1000011 1000001

Color Harmonies of #E2CD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CD6C

Black with #E2CD6C

Text Example


Text Example

White with #E2CD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CD6C; }

 p { color: rgb(226,205,108); }

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

background-color css

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

 a { background-color: rgb(226,205,108); }

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

border-color css

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

 span { border-color: rgb(226,205,108); }

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