#EFA321

Color #EFA321 Carrot Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carrot Orange #EFA321

Tints of Carrot Orange #EFA321

Color information

#EFA321 (or 0xEFA321) is unknown color: approx Carrot Orange. HEX triplet: EF, A3 and 21. RGB value is (239,163,33). Sum of RGB (Red+Green+Blue) = 239+163+33=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 33 (13.28% from 255 or 7.59% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA321 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA321 is #105CDE. Grayscale: #ABABAB. Windows color (decimal): -1072351 or 2204655. OLE color: 2204655.

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

Color convert

RGB23916333-
CMYK00.320.860.06
HSL37.86º86.55%53.33%-
HSV(B)37.86º86.19%93.73%-
XYZ48.9744.657.48-
YUV170.950.18176.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.94%
GREEN value IS 163 (64.06% from 255) = 37.47%
BLUE value IS 33 (13.28% from 255) = 7.59%
R=54.94%
G=37.47%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391633300.320.860.0637.8686.5553.33
HexEFA321020566265735
Octal3572434104012664612765
Binary1110111110100011100001010000010101101101001101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA321; }

 p { color: rgb(239,163,33); }

 H1.HeaderClassName
 {
   color: #EFA321;
 }
 .AnyTagClassName
 {
   color: #EFA321;
 }
</style>
background-color css

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

 a { background-color: rgb(239,163,33); }

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

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

 span { border-color: rgb(239,163,33); }

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