Html Css Color HEX #EFA968 Sandy Brown

📋 copy color: '#EFA968'

red 239 ◦ green 169 ◦ blue 104

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

Shades of Sandy Brown #EFA968

Tints of Sandy Brown #EFA968

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.01%

 BLUE value IS 104 (41.02% from 255) = 20.31%

R = 46.68%
G = 33.01%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFA968 (or 0xEFA968) is known color: Sandy Brown. HEX triplet: EF, A9 and 68. RGB value is (239,169,104). Sum of RGB (Red+Green+Blue) = 239+169+104=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA968 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA968 is #105697. Grayscale: #B6B6B6. Windows color (decimal): -1070744 or 6859247. OLE color: 6859247.

HSL color Cylindrical-coordinate representation of color #EFA968: hue angle of 28.89º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFA968 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 169 104 -
CMYK 0 0.29 0.56 0.06
HSL 28.89º 0.81% 0.67% -
HSV(B) 28.89º 0.56% 0.94% -
XYZ 52.28 47.73 19.55 -
YUV 182.52 83.69 168.29 -
System Red Green Blue C M Y K H S L
Decimal 239 169 104 0 0.29 0.56 0.06 28.89 0.81 0.67
Hex EF A9 68 0 1D 38 6 1D 51 43
Octal 357 251 150 0 35 70 6 35 121 103
Binary 11101111 10101001 1101000 0 11101 111000 110 11101 1010001 1000011

Color Harmonies of #EFA968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA968

Black with #EFA968

Text Example


Text Example

White with #EFA968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA968; }

 p { color: rgb(239,169,104); }

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

background-color css

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

 a { background-color: rgb(239,169,104); }

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

border-color css

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

 span { border-color: rgb(239,169,104); }

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