Html Css Color HEX #EFA963 Sandy Brown

📋 copy color: '#EFA963'

red 239 ◦ green 169 ◦ blue 99

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

Shades of Sandy Brown #EFA963

Tints of Sandy Brown #EFA963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.53%

R = 47.14%
G = 33.33%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EFA963 (or 0xEFA963) is known color: Sandy Brown. HEX triplet: EF, A9 and 63. RGB value is (239,169,99). Sum of RGB (Red+Green+Blue) = 239+169+99=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 99 (39.06% from 255 or 19.53% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA963 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA963 is #10569C. Grayscale: #B6B6B6. Windows color (decimal): -1070749 or 6531567. OLE color: 6531567.

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

Color convert

RGB 239 169 99 -
CMYK 0 0.29 0.59 0.06
HSL 30º 0.81% 0.66% -
HSV(B) 30º 0.59% 0.94% -
XYZ 52.04 47.63 18.25 -
YUV 181.95 81.19 168.69 -
System Red Green Blue C M Y K H S L
Decimal 239 169 99 0 0.29 0.59 0.06 30 0.81 0.66
Hex EF A9 63 0 1D 3B 6 1E 51 42
Octal 357 251 143 0 35 73 6 36 121 102
Binary 11101111 10101001 1100011 0 11101 111011 110 11110 1010001 1000010

Color Harmonies of #EFA963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA963

Black with #EFA963

Text Example


Text Example

White with #EFA963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA963; }

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

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

background-color css

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

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

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

border-color css

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

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

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