Html Css Color HEX #EEA21F Carrot Orange

📋 copy color: '#EEA21F'

red 238 ◦ green 162 ◦ blue 31

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

Shades of Carrot Orange #EEA21F

Tints of Carrot Orange #EEA21F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.19%

R = 55.22%
G = 37.59%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EEA21F (or 0xEEA21F) is known color: Carrot Orange. HEX triplet: EE, A2 and 1F. RGB value is (238,162,31). Sum of RGB (Red+Green+Blue) = 238+162+31=431 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.22% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 31 (12.5% from 255 or 7.19% from 431); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA21F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA21F is #115DE0. Grayscale: #AAAAAA. Windows color (decimal): -1138145 or 2073326. OLE color: 2073326.

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

Color convert

RGB 238 162 31 -
CMYK 0 0.32 0.87 0.07
HSL 37.97º 0.86% 0.53% -
HSV(B) 37.97º 0.87% 0.93% -
XYZ 48.43 44.12 7.26 -
YUV 169.79 49.68 176.65 -
System Red Green Blue C M Y K H S L
Decimal 238 162 31 0 0.32 0.87 0.07 37.97 0.86 0.53
Hex EE A2 1F 0 20 57 7 26 56 35
Octal 356 242 37 0 40 127 7 46 126 65
Binary 11101110 10100010 11111 0 100000 1010111 111 100110 1010110 110101

Color Harmonies of #EEA21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA21F

Black with #EEA21F

Text Example


Text Example

White with #EEA21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA21F; }

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

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

background-color css

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

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

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

border-color css

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

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

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