Html Css Color HEX #EEA223 Carrot Orange

📋 copy color: '#EEA223'

red 238 ◦ green 162 ◦ blue 35

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

Shades of Carrot Orange #EEA223

Tints of Carrot Orange #EEA223

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.24%

 BLUE value IS 35 (14.06% from 255) = 8.05%

R = 54.71%
G = 37.24%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EEA223 (or 0xEEA223) is known color: Carrot Orange. HEX triplet: EE, A2 and 23. RGB value is (238,162,35). Sum of RGB (Red+Green+Blue) = 238+162+35=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 35 (14.06% from 255 or 8.05% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA223 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA223 is #115DDC. Grayscale: #AAAAAA. Windows color (decimal): -1138141 or 2335470. OLE color: 2335470.

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

Color convert

RGB 238 162 35 -
CMYK 0 0.32 0.85 0.07
HSL 37.54º 0.86% 0.54% -
HSV(B) 37.54º 0.85% 0.93% -
XYZ 48.48 44.14 7.55 -
YUV 170.25 51.68 176.33 -
System Red Green Blue C M Y K H S L
Decimal 238 162 35 0 0.32 0.85 0.07 37.54 0.86 0.54
Hex EE A2 23 0 20 55 7 26 56 36
Octal 356 242 43 0 40 125 7 46 126 66
Binary 11101110 10100010 100011 0 100000 1010101 111 100110 1010110 110110

Color Harmonies of #EEA223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA223

Black with #EEA223

Text Example


Text Example

White with #EEA223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA223; }

 p { color: rgb(238,162,35); }

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

background-color css

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

 a { background-color: rgb(238,162,35); }

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

border-color css

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

 span { border-color: rgb(238,162,35); }

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