Html Css Color HEX #EFC560 Golden Sand

📋 copy color: '#EFC560'

red 239 ◦ green 197 ◦ blue 96

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

Shades of Golden Sand #EFC560

Tints of Golden Sand #EFC560

RGB

 RED value IS 239 (93.75% from 255) = 44.92%

 GREEN value IS 197 (77.34% from 255) = 37.03%

 BLUE value IS 96 (37.89% from 255) = 18.05%

R = 44.92%
G = 37.03%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EFC560 (or 0xEFC560) is known color: Golden Sand. HEX triplet: EF, C5 and 60. RGB value is (239,197,96). Sum of RGB (Red+Green+Blue) = 239+197+96=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 96 (37.89% from 255 or 18.05% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC560 is #103A9F. Grayscale: #C6C6C6. Windows color (decimal): -1063584 or 6342127. OLE color: 6342127.

HSL color Cylindrical-coordinate representation of color #EFC560: hue angle of 42.38º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EFC560 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 197 96 -
CMYK 0 0.18 0.60 0.06
HSL 42.38º 0.82% 0.66% -
HSV(B) 42.38º 0.6% 0.94% -
XYZ 57.67 59.13 19.44 -
YUV 198.04 70.41 157.21 -
System Red Green Blue C M Y K H S L
Decimal 239 197 96 0 0.18 0.60 0.06 42.38 0.82 0.66
Hex EF C5 60 0 12 3C 6 2A 52 42
Octal 357 305 140 0 22 74 6 52 122 102
Binary 11101111 11000101 1100000 0 10010 111100 110 101010 1010010 1000010

Color Harmonies of #EFC560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC560

Black with #EFC560

Text Example


Text Example

White with #EFC560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC560; }

 p { color: rgb(239,197,96); }

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

background-color css

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

 a { background-color: rgb(239,197,96); }

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

border-color css

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

 span { border-color: rgb(239,197,96); }

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