Html Css Color HEX #E7CA70 Golden Sand

📋 copy color: '#E7CA70'

red 231 ◦ green 202 ◦ blue 112

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

Shades of Golden Sand #E7CA70

Tints of Golden Sand #E7CA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.55%

R = 42.39%
G = 37.06%
B = 20.55%

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

#E7CA70 (or 0xE7CA70) is known color: Golden Sand. HEX triplet: E7, CA and 70. RGB value is (231,202,112). Sum of RGB (Red+Green+Blue) = 231+202+112=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 112 (44.14% from 255 or 20.55% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CA70 is #18358F. Grayscale: #C8C8C8. Windows color (decimal): -1586576 or 7391975. OLE color: 7391975.

HSL color Cylindrical-coordinate representation of color #E7CA70: hue angle of 45.38º 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 #E7CA70 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 202 112 -
CMYK 0 0.13 0.52 0.09
HSL 45.38º 0.71% 0.67% -
HSV(B) 45.38º 0.52% 0.91% -
XYZ 57 60.4 23.98 -
YUV 200.41 78.11 149.82 -
System Red Green Blue C M Y K H S L
Decimal 231 202 112 0 0.13 0.52 0.09 45.38 0.71 0.67
Hex E7 CA 70 0 D 34 9 2D 47 43
Octal 347 312 160 0 15 64 11 55 107 103
Binary 11100111 11001010 1110000 0 1101 110100 1001 101101 1000111 1000011

Color Harmonies of #E7CA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CA70

Black with #E7CA70

Text Example


Text Example

White with #E7CA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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