Html Css Color HEX #E7CC75 Golden Sand

📋 copy color: '#E7CC75'

red 231 ◦ green 204 ◦ blue 117

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

Shades of Golden Sand #E7CC75

Tints of Golden Sand #E7CC75

RGB

 RED value IS 231 (90.63% from 255) = 41.85%

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

 BLUE value IS 117 (46.09% from 255) = 21.2%

R = 41.85%
G = 36.96%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E7CC75 (or 0xE7CC75) is known color: Golden Sand. HEX triplet: E7, CC and 75. RGB value is (231,204,117). Sum of RGB (Red+Green+Blue) = 231+204+117=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 117 (46.09% from 255 or 21.20% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CC75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CC75 is #18338A. Grayscale: #CACACA. Windows color (decimal): -1586059 or 7720167. OLE color: 7720167.

HSL color Cylindrical-coordinate representation of color #E7CC75: hue angle of 45.79º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E7CC75 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 204 117 -
CMYK 0 0.12 0.49 0.09
HSL 45.79º 0.7% 0.68% -
HSV(B) 45.79º 0.49% 0.91% -
XYZ 57.76 61.46 25.65 -
YUV 202.16 79.95 148.57 -
System Red Green Blue C M Y K H S L
Decimal 231 204 117 0 0.12 0.49 0.09 45.79 0.7 0.68
Hex E7 CC 75 0 C 31 9 2E 46 44
Octal 347 314 165 0 14 61 11 56 106 104
Binary 11100111 11001100 1110101 0 1100 110001 1001 101110 1000110 1000100

Color Harmonies of #E7CC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CC75

Black with #E7CC75

Text Example


Text Example

White with #E7CC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CC75; }

 p { color: rgb(231,204,117); }

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

background-color css

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

 a { background-color: rgb(231,204,117); }

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

border-color css

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

 span { border-color: rgb(231,204,117); }

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