Html Css Color HEX #E7CF66 Golden Sand

📋 copy color: '#E7CF66'

red 231 ◦ green 207 ◦ blue 102

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

Shades of Golden Sand #E7CF66

Tints of Golden Sand #E7CF66

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.33%

 BLUE value IS 102 (40.23% from 255) = 18.89%

R = 42.78%
G = 38.33%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E7CF66 (or 0xE7CF66) is known color: Golden Sand. HEX triplet: E7, CF and 66. RGB value is (231,207,102). Sum of RGB (Red+Green+Blue) = 231+207+102=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 102 (40.23% from 255 or 18.89% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CF66 is #183099. Grayscale: #CACACA. Windows color (decimal): -1585306 or 6737895. OLE color: 6737895.

HSL color Cylindrical-coordinate representation of color #E7CF66: hue angle of 48.84º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E7CF66 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 207 102 -
CMYK 0 0.10 0.56 0.09
HSL 48.84º 0.73% 0.65% -
HSV(B) 48.84º 0.56% 0.91% -
XYZ 57.67 62.57 21.61 -
YUV 202.21 71.45 148.54 -
System Red Green Blue C M Y K H S L
Decimal 231 207 102 0 0.10 0.56 0.09 48.84 0.73 0.65
Hex E7 CF 66 0 A 38 9 31 49 41
Octal 347 317 146 0 12 70 11 61 111 101
Binary 11100111 11001111 1100110 0 1010 111000 1001 110001 1001001 1000001

Color Harmonies of #E7CF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CF66

Black with #E7CF66

Text Example


Text Example

White with #E7CF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CF66; }

 p { color: rgb(231,207,102); }

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

background-color css

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

 a { background-color: rgb(231,207,102); }

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

border-color css

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

 span { border-color: rgb(231,207,102); }

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