Html Css Color HEX #EEA31F Carrot Orange

📋 copy color: '#EEA31F'

red 238 ◦ green 163 ◦ blue 31

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

Shades of Carrot Orange #EEA31F

Tints of Carrot Orange #EEA31F

RGB

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

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

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

R = 55.09%
G = 37.73%
B = 7.18%

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

#EEA31F (or 0xEEA31F) is known color: Carrot Orange. HEX triplet: EE, A3 and 1F. RGB value is (238,163,31). Sum of RGB (Red+Green+Blue) = 238+163+31=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 31 (12.5% from 255 or 7.18% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA31F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA31F is #115CE0. Grayscale: #AAAAAA. Windows color (decimal): -1137889 or 2073582. OLE color: 2073582.

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

Color convert

RGB 238 163 31 -
CMYK 0 0.32 0.87 0.07
HSL 38.26º 0.86% 0.53% -
HSV(B) 38.26º 0.87% 0.93% -
XYZ 48.6 44.47 7.32 -
YUV 170.38 49.35 176.23 -
System Red Green Blue C M Y K H S L
Decimal 238 163 31 0 0.32 0.87 0.07 38.26 0.86 0.53
Hex EE A3 1F 0 20 57 7 26 56 35
Octal 356 243 37 0 40 127 7 46 126 65
Binary 11101110 10100011 11111 0 100000 1010111 111 100110 1010110 110101

Color Harmonies of #EEA31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA31F

Black with #EEA31F

Text Example


Text Example

White with #EEA31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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