Html Css Color HEX #EFA122 Carrot Orange

📋 copy color: '#EFA122'

red 239 ◦ green 161 ◦ blue 34

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

Shades of Carrot Orange #EFA122

Tints of Carrot Orange #EFA122

RGB

 RED value IS 239 (93.75% from 255) = 55.07%

 GREEN value IS 161 (63.28% from 255) = 37.1%

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

R = 55.07%
G = 37.1%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EFA122 (or 0xEFA122) is known color: Carrot Orange. HEX triplet: EF, A1 and 22. RGB value is (239,161,34). Sum of RGB (Red+Green+Blue) = 239+161+34=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 34 (13.67% from 255 or 7.83% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA122 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA122 is #105EDD. Grayscale: #AAAAAA. Windows color (decimal): -1072862 or 2269679. OLE color: 2269679.

HSL color Cylindrical-coordinate representation of color #EFA122: hue angle of 37.17º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EFA122 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 161 34 -
CMYK 0 0.33 0.86 0.06
HSL 37.17º 0.86% 0.54% -
HSV(B) 37.17º 0.86% 0.94% -
XYZ 48.63 43.96 7.43 -
YUV 169.84 51.34 177.33 -
System Red Green Blue C M Y K H S L
Decimal 239 161 34 0 0.33 0.86 0.06 37.17 0.86 0.54
Hex EF A1 22 0 21 56 6 25 56 36
Octal 357 241 42 0 41 126 6 45 126 66
Binary 11101111 10100001 100010 0 100001 1010110 110 100101 1010110 110110

Color Harmonies of #EFA122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA122

Black with #EFA122

Text Example


Text Example

White with #EFA122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA122; }

 p { color: rgb(239,161,34); }

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

background-color css

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

 a { background-color: rgb(239,161,34); }

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

border-color css

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

 span { border-color: rgb(239,161,34); }

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