#EFA11D

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

Shades of Carrot Orange #EFA11D

Tints of Carrot Orange #EFA11D

Color information

#EFA11D (or 0xEFA11D) is unknown color: approx Carrot Orange. HEX triplet: EF, A1 and 1D. RGB value is (239,161,29). Sum of RGB (Red+Green+Blue) = 239+161+29=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 29 (11.72% from 255 or 6.76% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA11D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA11D is #105EE2. Grayscale: #A9A9A9. Windows color (decimal): -1072867 or 1941999. OLE color: 1941999.

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

Color convert

RGB23916129-
CMYK00.330.880.06
HSL37.71º86.78%52.55%-
HSV(B)37.71º87.87%93.73%-
XYZ48.5643.937.08-
YUV169.2748.84177.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 55.71%
GREEN value IS 161 (63.28% from 255) = 37.53%
BLUE value IS 29 (11.72% from 255) = 6.76%
R=55.71%
G=37.53%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.88
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391612900.330.880.0637.7186.7852.55
HexEFA11D021586265735
Octal3572413504113064612765
Binary111011111010000111101010000110110001101001101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA11D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA11D; }

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

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

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

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

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

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

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

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