Html Css Color HEX #EF942F Sun

📋 copy color: '#EF942F'

red 239 ◦ green 148 ◦ blue 47

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

Shades of Sun #EF942F

Tints of Sun #EF942F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.1%

 BLUE value IS 47 (18.75% from 255) = 10.83%

R = 55.07%
G = 34.1%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF942F (or 0xEF942F) is known color: Sun. HEX triplet: EF, 94 and 2F. RGB value is (239,148,47). Sum of RGB (Red+Green+Blue) = 239+148+47=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 47 (18.75% from 255 or 10.83% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF942F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF942F is #106BD0. Grayscale: #A4A4A4. Windows color (decimal): -1076177 or 3118319. OLE color: 3118319.

HSL color Cylindrical-coordinate representation of color #EF942F: hue angle of 31.56º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF942F is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 148 47 -
CMYK 0 0.38 0.80 0.06
HSL 31.56º 0.86% 0.56% -
HSV(B) 31.56º 0.8% 0.94% -
XYZ 46.7 39.74 7.9 -
YUV 163.7 62.15 181.71 -
System Red Green Blue C M Y K H S L
Decimal 239 148 47 0 0.38 0.80 0.06 31.56 0.86 0.56
Hex EF 94 2F 0 26 50 6 20 56 38
Octal 357 224 57 0 46 120 6 40 126 70
Binary 11101111 10010100 101111 0 100110 1010000 110 100000 1010110 111000

Color Harmonies of #EF942F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF942F

Black with #EF942F

Text Example


Text Example

White with #EF942F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF942F; }

 p { color: rgb(239,148,47); }

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

background-color css

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

 a { background-color: rgb(239,148,47); }

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

border-color css

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

 span { border-color: rgb(239,148,47); }

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