#EB912D

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

Shades of Carrot Orange #EB912D

Tints of Carrot Orange #EB912D

Color information

#EB912D (or 0xEB912D) is unknown color: approx Carrot Orange. HEX triplet: EB, 91 and 2D. RGB value is (235,145,45). Sum of RGB (Red+Green+Blue) = 235+145+45=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 45 (17.97% from 255 or 10.59% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EB912D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB912D is #146ED2. Grayscale: #A1A1A1. Windows color (decimal): -1339091 or 2986475. OLE color: 2986475.

HSL color Cylindrical-coordinate representation of color #EB912D: hue angle of 31.58º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB912D is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB23514545-
CMYK00.380.810.08
HSL31.58º82.61%54.9%-
HSV(B)31.58º80.85%92.16%-
XYZ44.8638.17.47-
YUV160.5162.82181.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 55.29%
GREEN value IS 145 (57.03% from 255) = 34.12%
BLUE value IS 45 (17.97% from 255) = 10.59%
R=55.29%
G=34.12%
B=10.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.81
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351454500.380.810.0831.5882.6154.9
HexEB912D026518205337
Octal35322155046121104012367
Binary11101011100100011011010100110101000110001000001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB912D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB912D; }

 p { color: rgb(235,145,45); }

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

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

 a { background-color: rgb(235,145,45); }

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

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

 span { border-color: rgb(235,145,45); }

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