Html Css Color HEX #EFA26A Sandy Brown

📋 copy color: '#EFA26A'

red 239 ◦ green 162 ◦ blue 106

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

Shades of Sandy Brown #EFA26A

Tints of Sandy Brown #EFA26A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.91%

R = 47.14%
G = 31.95%
B = 20.91%

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

#EFA26A (or 0xEFA26A) is known color: Sandy Brown. HEX triplet: EF, A2 and 6A. RGB value is (239,162,106). Sum of RGB (Red+Green+Blue) = 239+162+106=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA26A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA26A is #105D95. Grayscale: #B2B2B2. Windows color (decimal): -1072534 or 6988527. OLE color: 6988527.

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

Color convert

RGB 239 162 106 -
CMYK 0 0.32 0.56 0.06
HSL 25.26º 0.81% 0.68% -
HSV(B) 25.26º 0.56% 0.94% -
XYZ 51.12 45.23 19.67 -
YUV 178.64 87.01 171.05 -
System Red Green Blue C M Y K H S L
Decimal 239 162 106 0 0.32 0.56 0.06 25.26 0.81 0.68
Hex EF A2 6A 0 20 38 6 19 51 44
Octal 357 242 152 0 40 70 6 31 121 104
Binary 11101111 10100010 1101010 0 100000 111000 110 11001 1010001 1000100

Color Harmonies of #EFA26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA26A

Black with #EFA26A

Text Example


Text Example

White with #EFA26A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA26A; }

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

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

background-color css

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

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

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

border-color css

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

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

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