Html Css Color HEX #E7CE72 Golden Sand

📋 copy color: '#E7CE72'

red 231 ◦ green 206 ◦ blue 114

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

Shades of Golden Sand #E7CE72

Tints of Golden Sand #E7CE72

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.39%

 BLUE value IS 114 (44.92% from 255) = 20.69%

R = 41.92%
G = 37.39%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E7CE72 (or 0xE7CE72) is known color: Golden Sand. HEX triplet: E7, CE and 72. RGB value is (231,206,114). Sum of RGB (Red+Green+Blue) = 231+206+114=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 114 (44.92% from 255 or 20.69% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CE72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CE72 is #18318D. Grayscale: #CBCBCB. Windows color (decimal): -1585550 or 7524071. OLE color: 7524071.

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

Color convert

RGB 231 206 114 -
CMYK 0 0.11 0.51 0.09
HSL 47.18º 0.71% 0.68% -
HSV(B) 47.18º 0.51% 0.91% -
XYZ 58.06 62.35 24.89 -
YUV 202.99 77.78 147.98 -
System Red Green Blue C M Y K H S L
Decimal 231 206 114 0 0.11 0.51 0.09 47.18 0.71 0.68
Hex E7 CE 72 0 B 33 9 2F 47 44
Octal 347 316 162 0 13 63 11 57 107 104
Binary 11100111 11001110 1110010 0 1011 110011 1001 101111 1000111 1000100

Color Harmonies of #E7CE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CE72

Black with #E7CE72

Text Example


Text Example

White with #E7CE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CE72; }

 p { color: rgb(231,206,114); }

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

background-color css

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

 a { background-color: rgb(231,206,114); }

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

border-color css

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

 span { border-color: rgb(231,206,114); }

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