Html Css Color HEX #EFC860 Golden Sand

📋 copy color: '#EFC860'

red 239 ◦ green 200 ◦ blue 96

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

Shades of Golden Sand #EFC860

Tints of Golden Sand #EFC860

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.38%

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

R = 44.67%
G = 37.38%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EFC860 (or 0xEFC860) is known color: Golden Sand. HEX triplet: EF, C8 and 60. RGB value is (239,200,96). Sum of RGB (Red+Green+Blue) = 239+200+96=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 96 (37.89% from 255 or 17.94% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC860 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC860 is #10379F. Grayscale: #C8C8C8. Windows color (decimal): -1062816 or 6342895. OLE color: 6342895.

HSL color Cylindrical-coordinate representation of color #EFC860: hue angle of 43.64º 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 #EFC860 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 200 96 -
CMYK 0 0.16 0.60 0.06
HSL 43.64º 0.82% 0.66% -
HSV(B) 43.64º 0.6% 0.94% -
XYZ 58.36 60.5 19.67 -
YUV 199.81 69.42 155.96 -
System Red Green Blue C M Y K H S L
Decimal 239 200 96 0 0.16 0.60 0.06 43.64 0.82 0.66
Hex EF C8 60 0 10 3C 6 2C 52 42
Octal 357 310 140 0 20 74 6 54 122 102
Binary 11101111 11001000 1100000 0 10000 111100 110 101100 1010010 1000010

Color Harmonies of #EFC860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC860

Black with #EFC860

Text Example


Text Example

White with #EFC860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC860; }

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

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

background-color css

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

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

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

border-color css

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

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

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