Html Css Color HEX #EFA55A Sandy Brown

📋 copy color: '#EFA55A'

red 239 ◦ green 165 ◦ blue 90

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

Shades of Sandy Brown #EFA55A

Tints of Sandy Brown #EFA55A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.4%

 BLUE value IS 90 (35.55% from 255) = 18.22%

R = 48.38%
G = 33.4%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFA55A (or 0xEFA55A) is known color: Sandy Brown. HEX triplet: EF, A5 and 5A. RGB value is (239,165,90). Sum of RGB (Red+Green+Blue) = 239+165+90=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA55A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA55A is #105AA5. Grayscale: #B2B2B2. Windows color (decimal): -1071782 or 5940719. OLE color: 5940719.

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

Color convert

RGB 239 165 90 -
CMYK 0 0.31 0.62 0.06
HSL 30.2º 0.82% 0.65% -
HSV(B) 30.2º 0.62% 0.94% -
XYZ 50.9 46 15.87 -
YUV 178.58 78.02 171.1 -
System Red Green Blue C M Y K H S L
Decimal 239 165 90 0 0.31 0.62 0.06 30.2 0.82 0.65
Hex EF A5 5A 0 1F 3E 6 1E 52 41
Octal 357 245 132 0 37 76 6 36 122 101
Binary 11101111 10100101 1011010 0 11111 111110 110 11110 1010010 1000001

Color Harmonies of #EFA55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA55A

Black with #EFA55A

Text Example


Text Example

White with #EFA55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA55A; }

 p { color: rgb(239,165,90); }

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

background-color css

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

 a { background-color: rgb(239,165,90); }

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

border-color css

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

 span { border-color: rgb(239,165,90); }

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