Html Css Color HEX #EFC960 Golden Sand

📋 copy color: '#EFC960'

red 239 ◦ green 201 ◦ blue 96

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

Shades of Golden Sand #EFC960

Tints of Golden Sand #EFC960

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.5%

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

R = 44.59%
G = 37.5%
B = 17.91%

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

#EFC960 (or 0xEFC960) is known color: Golden Sand. HEX triplet: EF, C9 and 60. RGB value is (239,201,96). Sum of RGB (Red+Green+Blue) = 239+201+96=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 96 (37.89% from 255 or 17.91% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC960 is #10369F. Grayscale: #C8C8C8. Windows color (decimal): -1062560 or 6343151. OLE color: 6343151.

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

Color convert

RGB 239 201 96 -
CMYK 0 0.16 0.60 0.06
HSL 44.06º 0.82% 0.66% -
HSV(B) 44.06º 0.6% 0.94% -
XYZ 58.59 60.97 19.75 -
YUV 200.39 69.09 155.54 -
System Red Green Blue C M Y K H S L
Decimal 239 201 96 0 0.16 0.60 0.06 44.06 0.82 0.66
Hex EF C9 60 0 10 3C 6 2C 52 42
Octal 357 311 140 0 20 74 6 54 122 102
Binary 11101111 11001001 1100000 0 10000 111100 110 101100 1010010 1000010

Color Harmonies of #EFC960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC960

Black with #EFC960

Text Example


Text Example

White with #EFC960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC960; }

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

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

background-color css

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

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

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

border-color css

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

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

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