Html Css Color HEX #EFA26B Sandy Brown

📋 copy color: '#EFA26B'

red 239 ◦ green 162 ◦ blue 107

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

Shades of Sandy Brown #EFA26B

Tints of Sandy Brown #EFA26B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.06%

R = 47.05%
G = 31.89%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFA26B (or 0xEFA26B) is known color: Sandy Brown. HEX triplet: EF, A2 and 6B. RGB value is (239,162,107). Sum of RGB (Red+Green+Blue) = 239+162+107=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 107 (42.19% from 255 or 21.06% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA26B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA26B is #105D94. Grayscale: #B3B3B3. Windows color (decimal): -1072533 or 7054063. OLE color: 7054063.

HSL color Cylindrical-coordinate representation of color #EFA26B: hue angle of 25º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EFA26B is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 162 107 -
CMYK 0 0.32 0.55 0.06
HSL 25º 0.8% 0.68% -
HSV(B) 25º 0.55% 0.94% -
XYZ 51.17 45.25 19.95 -
YUV 178.75 87.51 170.97 -
System Red Green Blue C M Y K H S L
Decimal 239 162 107 0 0.32 0.55 0.06 25 0.8 0.68
Hex EF A2 6B 0 20 37 6 19 50 44
Octal 357 242 153 0 40 67 6 31 120 104
Binary 11101111 10100010 1101011 0 100000 110111 110 11001 1010000 1000100

Color Harmonies of #EFA26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA26B

Black with #EFA26B

Text Example


Text Example

White with #EFA26B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA26B; }

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

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

background-color css

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

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

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

border-color css

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

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

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