Html Css Color HEX #EFA250 Sunshade

📋 copy color: '#EFA250'

red 239 ◦ green 162 ◦ blue 80

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

Shades of Sunshade #EFA250

Tints of Sunshade #EFA250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.63%

R = 49.69%
G = 33.68%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFA250 (or 0xEFA250) is known color: Sunshade. HEX triplet: EF, A2 and 50. RGB value is (239,162,80). Sum of RGB (Red+Green+Blue) = 239+162+80=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA250 is #105DAF. Grayscale: #B0B0B0. Windows color (decimal): -1072560 or 5284591. OLE color: 5284591.

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

Color convert

RGB 239 162 80 -
CMYK 0 0.32 0.67 0.06
HSL 30.94º 0.83% 0.63% -
HSV(B) 30.94º 0.67% 0.94% -
XYZ 49.96 44.77 13.6 -
YUV 175.68 74.01 173.17 -
System Red Green Blue C M Y K H S L
Decimal 239 162 80 0 0.32 0.67 0.06 30.94 0.83 0.63
Hex EF A2 50 0 20 43 6 1F 53 3F
Octal 357 242 120 0 40 103 6 37 123 77
Binary 11101111 10100010 1010000 0 100000 1000011 110 11111 1010011 111111

Color Harmonies of #EFA250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA250

Black with #EFA250

Text Example


Text Example

White with #EFA250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA250; }

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

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

background-color css

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

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

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

border-color css

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

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

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