Html Css Color HEX #EFA048 Sunshade

📋 copy color: '#EFA048'

red 239 ◦ green 160 ◦ blue 72

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

Shades of Sunshade #EFA048

Tints of Sunshade #EFA048

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.97%

 BLUE value IS 72 (28.52% from 255) = 15.29%

R = 50.74%
G = 33.97%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EFA048 (or 0xEFA048) is known color: Sunshade. HEX triplet: EF, A0 and 48. RGB value is (239,160,72). Sum of RGB (Red+Green+Blue) = 239+160+72=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 72 (28.52% from 255 or 15.29% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA048 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA048 is #105FB7. Grayscale: #AEAEAE. Windows color (decimal): -1073080 or 4759791. OLE color: 4759791.

HSL color Cylindrical-coordinate representation of color #EFA048: hue angle of 31.62º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EFA048 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 160 72 -
CMYK 0 0.33 0.70 0.06
HSL 31.62º 0.84% 0.61% -
HSV(B) 31.62º 0.7% 0.94% -
XYZ 49.34 43.96 12.02 -
YUV 173.59 70.67 174.66 -
System Red Green Blue C M Y K H S L
Decimal 239 160 72 0 0.33 0.70 0.06 31.62 0.84 0.61
Hex EF A0 48 0 21 46 6 20 54 3D
Octal 357 240 110 0 41 106 6 40 124 75
Binary 11101111 10100000 1001000 0 100001 1000110 110 100000 1010100 111101

Color Harmonies of #EFA048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA048

Black with #EFA048

Text Example


Text Example

White with #EFA048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA048; }

 p { color: rgb(239,160,72); }

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

background-color css

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

 a { background-color: rgb(239,160,72); }

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

border-color css

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

 span { border-color: rgb(239,160,72); }

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