Html Css Color HEX #EFA248 Sunshade

📋 copy color: '#EFA248'

red 239 ◦ green 162 ◦ blue 72

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

Shades of Sunshade #EFA248

Tints of Sunshade #EFA248

RGB

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

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

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

R = 50.53%
G = 34.25%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EFA248 (or 0xEFA248) is known color: Sunshade. HEX triplet: EF, A2 and 48. RGB value is (239,162,72). Sum of RGB (Red+Green+Blue) = 239+162+72=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 72 (28.52% from 255 or 15.22% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA248 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA248 is #105DB7. Grayscale: #AFAFAF. Windows color (decimal): -1072568 or 4760303. OLE color: 4760303.

HSL color Cylindrical-coordinate representation of color #EFA248: hue angle of 32.34º 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 #EFA248 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 162 72 -
CMYK 0 0.32 0.70 0.06
HSL 32.34º 0.84% 0.61% -
HSV(B) 32.34º 0.7% 0.94% -
XYZ 49.69 44.66 12.13 -
YUV 174.76 70.01 173.82 -
System Red Green Blue C M Y K H S L
Decimal 239 162 72 0 0.32 0.70 0.06 32.34 0.84 0.61
Hex EF A2 48 0 20 46 6 20 54 3D
Octal 357 242 110 0 40 106 6 40 124 75
Binary 11101111 10100010 1001000 0 100000 1000110 110 100000 1010100 111101

Color Harmonies of #EFA248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA248

Black with #EFA248

Text Example


Text Example

White with #EFA248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA248; }

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

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

background-color css

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

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

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

border-color css

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

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

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