Html Css Color HEX #EFC760 Golden Sand

📋 copy color: '#EFC760'

red 239 ◦ green 199 ◦ blue 96

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

Shades of Golden Sand #EFC760

Tints of Golden Sand #EFC760

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.27%

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

R = 44.76%
G = 37.27%
B = 17.98%

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

#EFC760 (or 0xEFC760) is known color: Golden Sand. HEX triplet: EF, C7 and 60. RGB value is (239,199,96). Sum of RGB (Red+Green+Blue) = 239+199+96=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 96 (37.89% from 255 or 17.98% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC760 is #10389F. Grayscale: #C7C7C7. Windows color (decimal): -1063072 or 6342639. OLE color: 6342639.

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

Color convert

RGB 239 199 96 -
CMYK 0 0.17 0.60 0.06
HSL 43.22º 0.82% 0.66% -
HSV(B) 43.22º 0.6% 0.94% -
XYZ 58.13 60.04 19.59 -
YUV 199.22 69.75 156.38 -
System Red Green Blue C M Y K H S L
Decimal 239 199 96 0 0.17 0.60 0.06 43.22 0.82 0.66
Hex EF C7 60 0 11 3C 6 2B 52 42
Octal 357 307 140 0 21 74 6 53 122 102
Binary 11101111 11000111 1100000 0 10001 111100 110 101011 1010010 1000010

Color Harmonies of #EFC760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC760

Black with #EFC760

Text Example


Text Example

White with #EFC760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC760; }

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

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

background-color css

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

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

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

border-color css

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

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

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