Html Css Color HEX #EFA268 Sandy Brown

📋 copy color: '#EFA268'

red 239 ◦ green 162 ◦ blue 104

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

Shades of Sandy Brown #EFA268

Tints of Sandy Brown #EFA268

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.08%

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

R = 47.33%
G = 32.08%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFA268 (or 0xEFA268) is known color: Sandy Brown. HEX triplet: EF, A2 and 68. RGB value is (239,162,104). Sum of RGB (Red+Green+Blue) = 239+162+104=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA268 is #105D97. Grayscale: #B2B2B2. Windows color (decimal): -1072536 or 6857455. OLE color: 6857455.

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

Color convert

RGB 239 162 104 -
CMYK 0 0.32 0.56 0.06
HSL 25.78º 0.81% 0.67% -
HSV(B) 25.78º 0.56% 0.94% -
XYZ 51.02 45.19 19.13 -
YUV 178.41 86.01 171.22 -
System Red Green Blue C M Y K H S L
Decimal 239 162 104 0 0.32 0.56 0.06 25.78 0.81 0.67
Hex EF A2 68 0 20 38 6 1A 51 43
Octal 357 242 150 0 40 70 6 32 121 103
Binary 11101111 10100010 1101000 0 100000 111000 110 11010 1010001 1000011

Color Harmonies of #EFA268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA268

Black with #EFA268

Text Example


Text Example

White with #EFA268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA268; }

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

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

background-color css

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

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

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

border-color css

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

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

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