Html Css Color HEX #EBCF5F Golden Sand

📋 copy color: '#EBCF5F'

red 235 ◦ green 207 ◦ blue 95

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

Shades of Golden Sand #EBCF5F

Tints of Golden Sand #EBCF5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.69%

R = 43.76%
G = 38.55%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EBCF5F (or 0xEBCF5F) is known color: Golden Sand. HEX triplet: EB, CF and 5F. RGB value is (235,207,95). Sum of RGB (Red+Green+Blue) = 235+207+95=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 95 (37.5% from 255 or 17.69% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCF5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCF5F is #1430A0. Grayscale: #CBCBCB. Windows color (decimal): -1323169 or 6279147. OLE color: 6279147.

HSL color Cylindrical-coordinate representation of color #EBCF5F: hue angle of 48º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBCF5F is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 207 95 -
CMYK 0 0.12 0.60 0.08
HSL 48º 0.78% 0.65% -
HSV(B) 48º 0.6% 0.92% -
XYZ 58.64 63.11 19.92 -
YUV 202.6 67.28 151.11 -
System Red Green Blue C M Y K H S L
Decimal 235 207 95 0 0.12 0.60 0.08 48 0.78 0.65
Hex EB CF 5F 0 C 3C 8 30 4E 41
Octal 353 317 137 0 14 74 10 60 116 101
Binary 11101011 11001111 1011111 0 1100 111100 1000 110000 1001110 1000001

Color Harmonies of #EBCF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCF5F

Black with #EBCF5F

Text Example


Text Example

White with #EBCF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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