Html Css Color HEX #E7CA6F Golden Sand

📋 copy color: '#E7CA6F'

red 231 ◦ green 202 ◦ blue 111

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

Shades of Golden Sand #E7CA6F

Tints of Golden Sand #E7CA6F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.13%

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

R = 42.46%
G = 37.13%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E7CA6F (or 0xE7CA6F) is known color: Golden Sand. HEX triplet: E7, CA and 6F. RGB value is (231,202,111). Sum of RGB (Red+Green+Blue) = 231+202+111=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 111 (43.75% from 255 or 20.40% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CA6F is #183590. Grayscale: #C8C8C8. Windows color (decimal): -1586577 or 7326439. OLE color: 7326439.

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

Color convert

RGB 231 202 111 -
CMYK 0 0.13 0.52 0.09
HSL 45.5º 0.71% 0.67% -
HSV(B) 45.5º 0.52% 0.91% -
XYZ 56.94 60.38 23.69 -
YUV 200.3 77.61 149.9 -
System Red Green Blue C M Y K H S L
Decimal 231 202 111 0 0.13 0.52 0.09 45.5 0.71 0.67
Hex E7 CA 6F 0 D 34 9 2E 47 43
Octal 347 312 157 0 15 64 11 56 107 103
Binary 11100111 11001010 1101111 0 1101 110100 1001 101110 1000111 1000011

Color Harmonies of #E7CA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CA6F

Black with #E7CA6F

Text Example


Text Example

White with #E7CA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CA6F; }

 p { color: rgb(231,202,111); }

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

background-color css

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

 a { background-color: rgb(231,202,111); }

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

border-color css

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

 span { border-color: rgb(231,202,111); }

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