Html Css Color HEX #EFA14F Sunshade

📋 copy color: '#EFA14F'

red 239 ◦ green 161 ◦ blue 79

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

Shades of Sunshade #EFA14F

Tints of Sunshade #EFA14F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.49%

R = 49.9%
G = 33.61%
B = 16.49%

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

#EFA14F (or 0xEFA14F) is known color: Sunshade. HEX triplet: EF, A1 and 4F. RGB value is (239,161,79). Sum of RGB (Red+Green+Blue) = 239+161+79=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 79 (31.25% from 255 or 16.49% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA14F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA14F is #105EB0. Grayscale: #AFAFAF. Windows color (decimal): -1072817 or 5218799. OLE color: 5218799.

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

Color convert

RGB 239 161 79 -
CMYK 0 0.33 0.67 0.06
HSL 30.75º 0.83% 0.62% -
HSV(B) 30.75º 0.67% 0.94% -
XYZ 49.75 44.4 13.35 -
YUV 174.97 73.84 173.67 -
System Red Green Blue C M Y K H S L
Decimal 239 161 79 0 0.33 0.67 0.06 30.75 0.83 0.62
Hex EF A1 4F 0 21 43 6 1F 53 3E
Octal 357 241 117 0 41 103 6 37 123 76
Binary 11101111 10100001 1001111 0 100001 1000011 110 11111 1010011 111110

Color Harmonies of #EFA14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA14F

Black with #EFA14F

Text Example


Text Example

White with #EFA14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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