Html Css Color HEX #EFA14C Sunshade

📋 copy color: '#EFA14C'

red 239 ◦ green 161 ◦ blue 76

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

Shades of Sunshade #EFA14C

Tints of Sunshade #EFA14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.97%

R = 50.21%
G = 33.82%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EFA14C (or 0xEFA14C) is known color: Sunshade. HEX triplet: EF, A1 and 4C. RGB value is (239,161,76). Sum of RGB (Red+Green+Blue) = 239+161+76=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 76 (30.08% from 255 or 15.97% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA14C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA14C is #105EB3. Grayscale: #AFAFAF. Windows color (decimal): -1072820 or 5022191. OLE color: 5022191.

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

Color convert

RGB 239 161 76 -
CMYK 0 0.33 0.68 0.06
HSL 31.29º 0.84% 0.62% -
HSV(B) 31.29º 0.68% 0.94% -
XYZ 49.65 44.36 12.78 -
YUV 174.63 72.34 173.91 -
System Red Green Blue C M Y K H S L
Decimal 239 161 76 0 0.33 0.68 0.06 31.29 0.84 0.62
Hex EF A1 4C 0 21 44 6 1F 54 3E
Octal 357 241 114 0 41 104 6 37 124 76
Binary 11101111 10100001 1001100 0 100001 1000100 110 11111 1010100 111110

Color Harmonies of #EFA14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA14C

Black with #EFA14C

Text Example


Text Example

White with #EFA14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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