Html Css Color HEX #EE941C Carrot Orange

📋 copy color: '#EE941C'

red 238 ◦ green 148 ◦ blue 28

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

Shades of Carrot Orange #EE941C

Tints of Carrot Orange #EE941C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.76%

R = 57.49%
G = 35.75%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE941C (or 0xEE941C) is known color: Carrot Orange. HEX triplet: EE, 94 and 1C. RGB value is (238,148,28). Sum of RGB (Red+Green+Blue) = 238+148+28=414 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.49% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 28 (11.33% from 255 or 6.76% from 414); Max value from RGB is 238 - color contains mainly: red. Hex color #EE941C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE941C is #116BE3. Grayscale: #A1A1A1. Windows color (decimal): -1141732 or 1873134. OLE color: 1873134.

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

Color convert

RGB 238 148 28 -
CMYK 0 0.38 0.88 0.07
HSL 34.29º 0.86% 0.52% -
HSV(B) 34.29º 0.88% 0.93% -
XYZ 46.06 39.44 6.28 -
YUV 161.23 52.82 182.76 -
System Red Green Blue C M Y K H S L
Decimal 238 148 28 0 0.38 0.88 0.07 34.29 0.86 0.52
Hex EE 94 1C 0 26 58 7 22 56 34
Octal 356 224 34 0 46 130 7 42 126 64
Binary 11101110 10010100 11100 0 100110 1011000 111 100010 1010110 110100

Color Harmonies of #EE941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE941C

Black with #EE941C

Text Example


Text Example

White with #EE941C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE941C; }

 p { color: rgb(238,148,28); }

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

background-color css

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

 a { background-color: rgb(238,148,28); }

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

border-color css

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

 span { border-color: rgb(238,148,28); }

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