Html Css Color HEX #EEA322 Carrot Orange

📋 copy color: '#EEA322'

red 238 ◦ green 163 ◦ blue 34

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

Shades of Carrot Orange #EEA322

Tints of Carrot Orange #EEA322

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.47%

 BLUE value IS 34 (13.67% from 255) = 7.82%

R = 54.71%
G = 37.47%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EEA322 (or 0xEEA322) is known color: Carrot Orange. HEX triplet: EE, A3 and 22. RGB value is (238,163,34). Sum of RGB (Red+Green+Blue) = 238+163+34=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 34 (13.67% from 255 or 7.82% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA322 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA322 is #115CDD. Grayscale: #ABABAB. Windows color (decimal): -1137886 or 2270190. OLE color: 2270190.

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

Color convert

RGB 238 163 34 -
CMYK 0 0.32 0.86 0.07
HSL 37.94º 0.86% 0.53% -
HSV(B) 37.94º 0.86% 0.93% -
XYZ 48.65 44.49 7.54 -
YUV 170.72 50.85 175.99 -
System Red Green Blue C M Y K H S L
Decimal 238 163 34 0 0.32 0.86 0.07 37.94 0.86 0.53
Hex EE A3 22 0 20 56 7 26 56 35
Octal 356 243 42 0 40 126 7 46 126 65
Binary 11101110 10100011 100010 0 100000 1010110 111 100110 1010110 110101

Color Harmonies of #EEA322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA322

Black with #EEA322

Text Example


Text Example

White with #EEA322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA322; }

 p { color: rgb(238,163,34); }

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

background-color css

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

 a { background-color: rgb(238,163,34); }

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

border-color css

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

 span { border-color: rgb(238,163,34); }

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