Html Css Color HEX #EFA153 Sandy Brown

📋 copy color: '#EFA153'

red 239 ◦ green 161 ◦ blue 83

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

Shades of Sandy Brown #EFA153

Tints of Sandy Brown #EFA153

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.33%

 BLUE value IS 83 (32.81% from 255) = 17.18%

R = 49.48%
G = 33.33%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EFA153 (or 0xEFA153) is known color: Sandy Brown. HEX triplet: EF, A1 and 53. RGB value is (239,161,83). Sum of RGB (Red+Green+Blue) = 239+161+83=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 83 (32.81% from 255 or 17.18% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA153 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA153 is #105EAC. Grayscale: #AFAFAF. Windows color (decimal): -1072813 or 5480943. OLE color: 5480943.

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

Color convert

RGB 239 161 83 -
CMYK 0 0.33 0.65 0.06
HSL 30º 0.83% 0.63% -
HSV(B) 30º 0.65% 0.94% -
XYZ 49.9 44.47 14.14 -
YUV 175.43 75.84 173.34 -
System Red Green Blue C M Y K H S L
Decimal 239 161 83 0 0.33 0.65 0.06 30 0.83 0.63
Hex EF A1 53 0 21 41 6 1E 53 3F
Octal 357 241 123 0 41 101 6 36 123 77
Binary 11101111 10100001 1010011 0 100001 1000001 110 11110 1010011 111111

Color Harmonies of #EFA153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA153

Black with #EFA153

Text Example


Text Example

White with #EFA153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA153; }

 p { color: rgb(239,161,83); }

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

background-color css

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

 a { background-color: rgb(239,161,83); }

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

border-color css

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

 span { border-color: rgb(239,161,83); }

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