Html Css Color HEX #EFA14E Sunshade

📋 copy color: '#EFA14E'

red 239 ◦ green 161 ◦ blue 78

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

Shades of Sunshade #EFA14E

Tints of Sunshade #EFA14E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.32%

R = 50%
G = 33.68%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFA14E (or 0xEFA14E) is known color: Sunshade. HEX triplet: EF, A1 and 4E. RGB value is (239,161,78). Sum of RGB (Red+Green+Blue) = 239+161+78=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 78 (30.86% from 255 or 16.32% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA14E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA14E is #105EB1. Grayscale: #AFAFAF. Windows color (decimal): -1072818 or 5153263. OLE color: 5153263.

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

Color convert

RGB 239 161 78 -
CMYK 0 0.33 0.67 0.06
HSL 30.93º 0.83% 0.62% -
HSV(B) 30.93º 0.67% 0.94% -
XYZ 49.72 44.39 13.16 -
YUV 174.86 73.34 173.75 -
System Red Green Blue C M Y K H S L
Decimal 239 161 78 0 0.33 0.67 0.06 30.93 0.83 0.62
Hex EF A1 4E 0 21 43 6 1F 53 3E
Octal 357 241 116 0 41 103 6 37 123 76
Binary 11101111 10100001 1001110 0 100001 1000011 110 11111 1010011 111110

Color Harmonies of #EFA14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA14E

Black with #EFA14E

Text Example


Text Example

White with #EFA14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA14E; }

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

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

background-color css

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

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

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

border-color css

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

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

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