Html Css Color HEX #EE952F Sun

📋 copy color: '#EE952F'

red 238 ◦ green 149 ◦ blue 47

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

Shades of Sun #EE952F

Tints of Sun #EE952F

RGB

 RED value IS 238 (93.36% from 255) = 54.84%

 GREEN value IS 149 (58.59% from 255) = 34.33%

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

R = 54.84%
G = 34.33%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EE952F (or 0xEE952F) is known color: Sun. HEX triplet: EE, 95 and 2F. RGB value is (238,149,47). Sum of RGB (Red+Green+Blue) = 238+149+47=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 47 (18.75% from 255 or 10.83% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EE952F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE952F is #116AD0. Grayscale: #A4A4A4. Windows color (decimal): -1141457 or 3118574. OLE color: 3118574.

HSL color Cylindrical-coordinate representation of color #EE952F: hue angle of 32.04º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE952F is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 149 47 -
CMYK 0 0.37 0.80 0.07
HSL 32.04º 0.85% 0.56% -
HSV(B) 32.04º 0.8% 0.93% -
XYZ 46.52 39.88 7.93 -
YUV 163.98 61.99 180.79 -
System Red Green Blue C M Y K H S L
Decimal 238 149 47 0 0.37 0.80 0.07 32.04 0.85 0.56
Hex EE 95 2F 0 25 50 7 20 55 38
Octal 356 225 57 0 45 120 7 40 125 70
Binary 11101110 10010101 101111 0 100101 1010000 111 100000 1010101 111000

Color Harmonies of #EE952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE952F

Black with #EE952F

Text Example


Text Example

White with #EE952F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE952F; }

 p { color: rgb(238,149,47); }

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

background-color css

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

 a { background-color: rgb(238,149,47); }

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

border-color css

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

 span { border-color: rgb(238,149,47); }

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