Html Css Color HEX #EE961D Carrot Orange

📋 copy color: '#EE961D'

red 238 ◦ green 150 ◦ blue 29

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

Shades of Carrot Orange #EE961D

Tints of Carrot Orange #EE961D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.97%

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

R = 57.07%
G = 35.97%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE961D (or 0xEE961D) is known color: Carrot Orange. HEX triplet: EE, 96 and 1D. RGB value is (238,150,29). Sum of RGB (Red+Green+Blue) = 238+150+29=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 29 (11.72% from 255 or 6.95% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EE961D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE961D is #1169E2. Grayscale: #A3A3A3. Windows color (decimal): -1141219 or 1939182. OLE color: 1939182.

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

Color convert

RGB 238 150 29 -
CMYK 0 0.37 0.88 0.07
HSL 34.74º 0.86% 0.52% -
HSV(B) 34.74º 0.88% 0.93% -
XYZ 46.39 40.08 6.45 -
YUV 162.52 52.65 181.84 -
System Red Green Blue C M Y K H S L
Decimal 238 150 29 0 0.37 0.88 0.07 34.74 0.86 0.52
Hex EE 96 1D 0 25 58 7 23 56 34
Octal 356 226 35 0 45 130 7 43 126 64
Binary 11101110 10010110 11101 0 100101 1011000 111 100011 1010110 110100

Color Harmonies of #EE961D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE961D

Black with #EE961D

Text Example


Text Example

White with #EE961D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE961D; }

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

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

background-color css

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

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

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

border-color css

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

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

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