Html Css Color HEX #EFA965 Sandy Brown

📋 copy color: '#EFA965'

red 239 ◦ green 169 ◦ blue 101

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

Shades of Sandy Brown #EFA965

Tints of Sandy Brown #EFA965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.84%

R = 46.95%
G = 33.2%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFA965 (or 0xEFA965) is known color: Sandy Brown. HEX triplet: EF, A9 and 65. RGB value is (239,169,101). Sum of RGB (Red+Green+Blue) = 239+169+101=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 101 (39.84% from 255 or 19.84% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA965 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA965 is #10569A. Grayscale: #B6B6B6. Windows color (decimal): -1070747 or 6662639. OLE color: 6662639.

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

Color convert

RGB 239 169 101 -
CMYK 0 0.29 0.58 0.06
HSL 29.57º 0.81% 0.67% -
HSV(B) 29.57º 0.58% 0.94% -
XYZ 52.13 47.67 18.76 -
YUV 182.18 82.19 168.53 -
System Red Green Blue C M Y K H S L
Decimal 239 169 101 0 0.29 0.58 0.06 29.57 0.81 0.67
Hex EF A9 65 0 1D 3A 6 1E 51 43
Octal 357 251 145 0 35 72 6 36 121 103
Binary 11101111 10101001 1100101 0 11101 111010 110 11110 1010001 1000011

Color Harmonies of #EFA965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA965

Black with #EFA965

Text Example


Text Example

White with #EFA965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA965; }

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

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

background-color css

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

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

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

border-color css

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

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

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