Html Css Color HEX #EFA04F Sunshade

📋 copy color: '#EFA04F'

red 239 ◦ green 160 ◦ blue 79

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

Shades of Sunshade #EFA04F

Tints of Sunshade #EFA04F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.47%

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

R = 50%
G = 33.47%
B = 16.53%

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

#EFA04F (or 0xEFA04F) is known color: Sunshade. HEX triplet: EF, A0 and 4F. RGB value is (239,160,79). Sum of RGB (Red+Green+Blue) = 239+160+79=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 79 (31.25% from 255 or 16.53% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA04F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA04F is #105FB0. Grayscale: #AEAEAE. Windows color (decimal): -1073073 or 5218543. OLE color: 5218543.

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

Color convert

RGB 239 160 79 -
CMYK 0 0.33 0.67 0.06
HSL 30.38º 0.83% 0.62% -
HSV(B) 30.38º 0.67% 0.94% -
XYZ 49.58 44.06 13.29 -
YUV 174.39 74.17 174.09 -
System Red Green Blue C M Y K H S L
Decimal 239 160 79 0 0.33 0.67 0.06 30.38 0.83 0.62
Hex EF A0 4F 0 21 43 6 1E 53 3E
Octal 357 240 117 0 41 103 6 36 123 76
Binary 11101111 10100000 1001111 0 100001 1000011 110 11110 1010011 111110

Color Harmonies of #EFA04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA04F

Black with #EFA04F

Text Example


Text Example

White with #EFA04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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