Html Css Color HEX #EE941D Carrot Orange

📋 copy color: '#EE941D'

red 238 ◦ green 148 ◦ blue 29

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

Shades of Carrot Orange #EE941D

Tints of Carrot Orange #EE941D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.99%

R = 57.35%
G = 35.66%
B = 6.99%

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

#EE941D (or 0xEE941D) is known color: Carrot Orange. HEX triplet: EE, 94 and 1D. RGB value is (238,148,29). Sum of RGB (Red+Green+Blue) = 238+148+29=415 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.35% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 238 - color contains mainly: red. Hex color #EE941D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE941D is #116BE2. Grayscale: #A1A1A1. Windows color (decimal): -1141731 or 1938670. OLE color: 1938670.

HSL color Cylindrical-coordinate representation of color #EE941D: hue angle of 34.16º 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 #EE941D is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 148 29 -
CMYK 0 0.38 0.88 0.07
HSL 34.16º 0.86% 0.52% -
HSV(B) 34.16º 0.88% 0.93% -
XYZ 46.07 39.45 6.35 -
YUV 161.34 53.32 182.68 -
System Red Green Blue C M Y K H S L
Decimal 238 148 29 0 0.38 0.88 0.07 34.16 0.86 0.52
Hex EE 94 1D 0 26 58 7 22 56 34
Octal 356 224 35 0 46 130 7 42 126 64
Binary 11101110 10010100 11101 0 100110 1011000 111 100010 1010110 110100

Color Harmonies of #EE941D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE941D

Black with #EE941D

Text Example


Text Example

White with #EE941D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE941D; }

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

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

background-color css

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

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

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

border-color css

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

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

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