Html Css Color HEX #E7CF6F Golden Sand

📋 copy color: '#E7CF6F'

red 231 ◦ green 207 ◦ blue 111

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

Shades of Golden Sand #E7CF6F

Tints of Golden Sand #E7CF6F

RGB

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

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

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

R = 42.08%
G = 37.7%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E7CF6F (or 0xE7CF6F) is known color: Golden Sand. HEX triplet: E7, CF and 6F. RGB value is (231,207,111). Sum of RGB (Red+Green+Blue) = 231+207+111=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 111 (43.75% from 255 or 20.22% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CF6F is #183090. Grayscale: #CBCBCB. Windows color (decimal): -1585297 or 7327719. OLE color: 7327719.

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

Color convert

RGB 231 207 111 -
CMYK 0 0.10 0.52 0.09
HSL 48º 0.71% 0.67% -
HSV(B) 48º 0.52% 0.91% -
XYZ 58.14 62.76 24.09 -
YUV 203.23 75.95 147.81 -
System Red Green Blue C M Y K H S L
Decimal 231 207 111 0 0.10 0.52 0.09 48 0.71 0.67
Hex E7 CF 6F 0 A 34 9 30 47 43
Octal 347 317 157 0 12 64 11 60 107 103
Binary 11100111 11001111 1101111 0 1010 110100 1001 110000 1000111 1000011

Color Harmonies of #E7CF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CF6F

Black with #E7CF6F

Text Example


Text Example

White with #E7CF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CF6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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