Html Css Color HEX #E7CD6A Golden Sand

📋 copy color: '#E7CD6A'

red 231 ◦ green 205 ◦ blue 106

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

Shades of Golden Sand #E7CD6A

Tints of Golden Sand #E7CD6A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.82%

 BLUE value IS 106 (41.8% from 255) = 19.56%

R = 42.62%
G = 37.82%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E7CD6A (or 0xE7CD6A) is known color: Golden Sand. HEX triplet: E7, CD and 6A. RGB value is (231,205,106). Sum of RGB (Red+Green+Blue) = 231+205+106=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 106 (41.80% from 255 or 19.56% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CD6A is #183295. Grayscale: #C9C9C9. Windows color (decimal): -1585814 or 6999527. OLE color: 6999527.

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

Color convert

RGB 231 205 106 -
CMYK 0 0.11 0.54 0.09
HSL 47.52º 0.72% 0.66% -
HSV(B) 47.52º 0.54% 0.91% -
XYZ 57.39 61.69 22.52 -
YUV 201.49 74.11 149.05 -
System Red Green Blue C M Y K H S L
Decimal 231 205 106 0 0.11 0.54 0.09 47.52 0.72 0.66
Hex E7 CD 6A 0 B 36 9 30 48 42
Octal 347 315 152 0 13 66 11 60 110 102
Binary 11100111 11001101 1101010 0 1011 110110 1001 110000 1001000 1000010

Color Harmonies of #E7CD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CD6A

Black with #E7CD6A

Text Example


Text Example

White with #E7CD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CD6A; }

 p { color: rgb(231,205,106); }

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

background-color css

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

 a { background-color: rgb(231,205,106); }

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

border-color css

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

 span { border-color: rgb(231,205,106); }

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