Html Css Color HEX #EE952D Carrot Orange

📋 copy color: '#EE952D'

red 238 ◦ green 149 ◦ blue 45

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

Shades of Carrot Orange #EE952D

Tints of Carrot Orange #EE952D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.42%

R = 55.09%
G = 34.49%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EE952D (or 0xEE952D) is known color: Carrot Orange. HEX triplet: EE, 95 and 2D. RGB value is (238,149,45). Sum of RGB (Red+Green+Blue) = 238+149+45=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 45 (17.97% from 255 or 10.42% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EE952D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE952D is #116AD2. Grayscale: #A4A4A4. Windows color (decimal): -1141459 or 2987502. OLE color: 2987502.

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

Color convert

RGB 238 149 45 -
CMYK 0 0.37 0.81 0.07
HSL 32.33º 0.85% 0.55% -
HSV(B) 32.33º 0.81% 0.93% -
XYZ 46.48 39.86 7.73 -
YUV 163.76 60.99 180.96 -
System Red Green Blue C M Y K H S L
Decimal 238 149 45 0 0.37 0.81 0.07 32.33 0.85 0.55
Hex EE 95 2D 0 25 51 7 20 55 37
Octal 356 225 55 0 45 121 7 40 125 67
Binary 11101110 10010101 101101 0 100101 1010001 111 100000 1010101 110111

Color Harmonies of #EE952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE952D

Black with #EE952D

Text Example


Text Example

White with #EE952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE952D; }

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

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

background-color css

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

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

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

border-color css

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

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

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