Html Css Color HEX #EBCF6E Golden Sand

📋 copy color: '#EBCF6E'

red 235 ◦ green 207 ◦ blue 110

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

Shades of Golden Sand #EBCF6E

Tints of Golden Sand #EBCF6E

RGB

 RED value IS 235 (92.19% from 255) = 42.57%

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

 BLUE value IS 110 (43.36% from 255) = 19.93%

R = 42.57%
G = 37.5%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EBCF6E (or 0xEBCF6E) is known color: Golden Sand. HEX triplet: EB, CF and 6E. RGB value is (235,207,110). Sum of RGB (Red+Green+Blue) = 235+207+110=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 110 (43.36% from 255 or 19.93% from 552); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCF6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCF6E is #143091. Grayscale: #CCCCCC. Windows color (decimal): -1323154 or 7262187. OLE color: 7262187.

HSL color Cylindrical-coordinate representation of color #EBCF6E: hue angle of 46.56º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EBCF6E is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 207 110 -
CMYK 0 0.12 0.53 0.08
HSL 46.56º 0.76% 0.68% -
HSV(B) 46.56º 0.53% 0.92% -
XYZ 59.39 63.41 23.86 -
YUV 204.31 74.78 149.89 -
System Red Green Blue C M Y K H S L
Decimal 235 207 110 0 0.12 0.53 0.08 46.56 0.76 0.68
Hex EB CF 6E 0 C 35 8 2F 4C 44
Octal 353 317 156 0 14 65 10 57 114 104
Binary 11101011 11001111 1101110 0 1100 110101 1000 101111 1001100 1000100

Color Harmonies of #EBCF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCF6E

Black with #EBCF6E

Text Example


Text Example

White with #EBCF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCF6E; }

 p { color: rgb(235,207,110); }

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

background-color css

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

 a { background-color: rgb(235,207,110); }

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

border-color css

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

 span { border-color: rgb(235,207,110); }

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