Html Css Color HEX #EFC660 Golden Sand

📋 copy color: '#EFC660'

red 239 ◦ green 198 ◦ blue 96

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

Shades of Golden Sand #EFC660

Tints of Golden Sand #EFC660

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.15%

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

R = 44.84%
G = 37.15%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EFC660 (or 0xEFC660) is known color: Golden Sand. HEX triplet: EF, C6 and 60. RGB value is (239,198,96). Sum of RGB (Red+Green+Blue) = 239+198+96=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 96 (37.89% from 255 or 18.01% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC660 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC660 is #10399F. Grayscale: #C7C7C7. Windows color (decimal): -1063328 or 6342383. OLE color: 6342383.

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

Color convert

RGB 239 198 96 -
CMYK 0 0.17 0.60 0.06
HSL 42.8º 0.82% 0.66% -
HSV(B) 42.8º 0.6% 0.94% -
XYZ 57.9 59.58 19.52 -
YUV 198.63 70.08 156.79 -
System Red Green Blue C M Y K H S L
Decimal 239 198 96 0 0.17 0.60 0.06 42.8 0.82 0.66
Hex EF C6 60 0 11 3C 6 2B 52 42
Octal 357 306 140 0 21 74 6 53 122 102
Binary 11101111 11000110 1100000 0 10001 111100 110 101011 1010010 1000010

Color Harmonies of #EFC660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC660

Black with #EFC660

Text Example


Text Example

White with #EFC660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC660; }

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

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

background-color css

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

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

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

border-color css

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

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

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