Html Css Color HEX #E2CC6F Golden Sand

📋 copy color: '#E2CC6F'

red 226 ◦ green 204 ◦ blue 111

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

Shades of Golden Sand #E2CC6F

Tints of Golden Sand #E2CC6F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.71%

 BLUE value IS 111 (43.75% from 255) = 20.52%

R = 41.77%
G = 37.71%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E2CC6F (or 0xE2CC6F) is known color: Golden Sand. HEX triplet: E2, CC and 6F. RGB value is (226,204,111). Sum of RGB (Red+Green+Blue) = 226+204+111=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 111 (43.75% from 255 or 20.52% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CC6F is #1D3390. Grayscale: #C8C8C8. Windows color (decimal): -1913745 or 7326946. OLE color: 7326946.

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

Color convert

RGB 226 204 111 -
CMYK 0 0.10 0.51 0.11
HSL 48.52º 0.66% 0.66% -
HSV(B) 48.52º 0.51% 0.89% -
XYZ 55.83 60.5 23.77 -
YUV 199.98 77.79 146.56 -
System Red Green Blue C M Y K H S L
Decimal 226 204 111 0 0.10 0.51 0.11 48.52 0.66 0.66
Hex E2 CC 6F 0 A 33 B 31 42 42
Octal 342 314 157 0 12 63 13 61 102 102
Binary 11100010 11001100 1101111 0 1010 110011 1011 110001 1000010 1000010

Color Harmonies of #E2CC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CC6F

Black with #E2CC6F

Text Example


Text Example

White with #E2CC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CC6F; }

 p { color: rgb(226,204,111); }

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

background-color css

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

 a { background-color: rgb(226,204,111); }

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

border-color css

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

 span { border-color: rgb(226,204,111); }

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