Html Css Color HEX #EF8F40 Sun

📋 copy color: '#EF8F40'

red 239 ◦ green 143 ◦ blue 64

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

Shades of Sun #EF8F40

Tints of Sun #EF8F40

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.06%

 BLUE value IS 64 (25.39% from 255) = 14.35%

R = 53.59%
G = 32.06%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EF8F40 (or 0xEF8F40) is known color: Sun. HEX triplet: EF, 8F and 40. RGB value is (239,143,64). Sum of RGB (Red+Green+Blue) = 239+143+64=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8F40 is #1070BF. Grayscale: #A3A3A3. Windows color (decimal): -1077440 or 4231151. OLE color: 4231151.

HSL color Cylindrical-coordinate representation of color #EF8F40: hue angle of 27.09º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF8F40 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 143 64 -
CMYK 0 0.40 0.73 0.06
HSL 27.09º 0.85% 0.59% -
HSV(B) 27.09º 0.73% 0.94% -
XYZ 46.34 38.37 9.81 -
YUV 162.7 72.3 182.42 -
System Red Green Blue C M Y K H S L
Decimal 239 143 64 0 0.40 0.73 0.06 27.09 0.85 0.59
Hex EF 8F 40 0 28 49 6 1B 55 3B
Octal 357 217 100 0 50 111 6 33 125 73
Binary 11101111 10001111 1000000 0 101000 1001001 110 11011 1010101 111011

Color Harmonies of #EF8F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8F40

Black with #EF8F40

Text Example


Text Example

White with #EF8F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8F40; }

 p { color: rgb(239,143,64); }

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

background-color css

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

 a { background-color: rgb(239,143,64); }

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

border-color css

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

 span { border-color: rgb(239,143,64); }

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