Html Css Color HEX #EE9325 Carrot Orange

📋 copy color: '#EE9325'

red 238 ◦ green 147 ◦ blue 37

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

Shades of Carrot Orange #EE9325

Tints of Carrot Orange #EE9325

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.83%

 BLUE value IS 37 (14.84% from 255) = 8.77%

R = 56.4%
G = 34.83%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EE9325 (or 0xEE9325) is known color: Carrot Orange. HEX triplet: EE, 93 and 25. RGB value is (238,147,37). Sum of RGB (Red+Green+Blue) = 238+147+37=422 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.40% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 37 (14.84% from 255 or 8.77% from 422); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9325 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9325 is #116CDA. Grayscale: #A2A2A2. Windows color (decimal): -1141979 or 2462702. OLE color: 2462702.

HSL color Cylindrical-coordinate representation of color #EE9325: hue angle of 32.84º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE9325 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 147 37 -
CMYK 0 0.38 0.84 0.07
HSL 32.84º 0.86% 0.54% -
HSV(B) 32.84º 0.84% 0.93% -
XYZ 46.03 39.18 6.89 -
YUV 161.67 57.65 182.44 -
System Red Green Blue C M Y K H S L
Decimal 238 147 37 0 0.38 0.84 0.07 32.84 0.86 0.54
Hex EE 93 25 0 26 54 7 21 56 36
Octal 356 223 45 0 46 124 7 41 126 66
Binary 11101110 10010011 100101 0 100110 1010100 111 100001 1010110 110110

Color Harmonies of #EE9325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9325

Black with #EE9325

Text Example


Text Example

White with #EE9325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9325; }

 p { color: rgb(238,147,37); }

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

background-color css

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

 a { background-color: rgb(238,147,37); }

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

border-color css

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

 span { border-color: rgb(238,147,37); }

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