Html Css Color HEX #EF852F Sun

📋 copy color: '#EF852F'

red 239 ◦ green 133 ◦ blue 47

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

Shades of Sun #EF852F

Tints of Sun #EF852F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.74%

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

R = 57.04%
G = 31.74%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF852F (or 0xEF852F) is known color: Sun. HEX triplet: EF, 85 and 2F. RGB value is (239,133,47). Sum of RGB (Red+Green+Blue) = 239+133+47=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 47 (18.75% from 255 or 11.22% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF852F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF852F is #107AD0. Grayscale: #9B9B9B. Windows color (decimal): -1080017 or 3114479. OLE color: 3114479.

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

Color convert

RGB 239 133 47 -
CMYK 0 0.44 0.80 0.06
HSL 26.88º 0.86% 0.56% -
HSV(B) 26.88º 0.8% 0.94% -
XYZ 44.5 35.33 7.16 -
YUV 154.89 67.12 187.99 -
System Red Green Blue C M Y K H S L
Decimal 239 133 47 0 0.44 0.80 0.06 26.88 0.86 0.56
Hex EF 85 2F 0 2C 50 6 1B 56 38
Octal 357 205 57 0 54 120 6 33 126 70
Binary 11101111 10000101 101111 0 101100 1010000 110 11011 1010110 111000

Color Harmonies of #EF852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF852F

Black with #EF852F

Text Example


Text Example

White with #EF852F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF852F; }

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

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

background-color css

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

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

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

border-color css

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

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

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