Html Css Color HEX #EFA345 Sunshade

📋 copy color: '#EFA345'

red 239 ◦ green 163 ◦ blue 69

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

Shades of Sunshade #EFA345

Tints of Sunshade #EFA345

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.61%

 BLUE value IS 69 (27.34% from 255) = 14.65%

R = 50.74%
G = 34.61%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EFA345 (or 0xEFA345) is known color: Sunshade. HEX triplet: EF, A3 and 45. RGB value is (239,163,69). Sum of RGB (Red+Green+Blue) = 239+163+69=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 69 (27.34% from 255 or 14.65% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA345 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA345 is #105CBA. Grayscale: #AFAFAF. Windows color (decimal): -1072315 or 4563951. OLE color: 4563951.

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

Color convert

RGB 239 163 69 -
CMYK 0 0.32 0.71 0.06
HSL 33.18º 0.84% 0.6% -
HSV(B) 33.18º 0.71% 0.94% -
XYZ 49.77 44.97 11.69 -
YUV 175.01 68.18 173.64 -
System Red Green Blue C M Y K H S L
Decimal 239 163 69 0 0.32 0.71 0.06 33.18 0.84 0.6
Hex EF A3 45 0 20 47 6 21 54 3C
Octal 357 243 105 0 40 107 6 41 124 74
Binary 11101111 10100011 1000101 0 100000 1000111 110 100001 1010100 111100

Color Harmonies of #EFA345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA345

Black with #EFA345

Text Example


Text Example

White with #EFA345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA345; }

 p { color: rgb(239,163,69); }

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

background-color css

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

 a { background-color: rgb(239,163,69); }

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

border-color css

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

 span { border-color: rgb(239,163,69); }

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