#EB8D1E

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

Shades of Carrot Orange #EB8D1E

Tints of Carrot Orange #EB8D1E

Color information

#EB8D1E (or 0xEB8D1E) is unknown color: approx Carrot Orange. HEX triplet: EB, 8D and 1E. RGB value is (235,141,30). Sum of RGB (Red+Green+Blue) = 235+141+30=406 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.88% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 30 (12.11% from 255 or 7.39% from 406); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8D1E is #1472E1. Grayscale: #9C9C9C. Windows color (decimal): -1340130 or 2002411. OLE color: 2002411.

HSL color Cylindrical-coordinate representation of color #EB8D1E: hue angle of 32.49º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EB8D1E is Cyan = 0, Magento = 0.4, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB23514130-
CMYK00.40.870.08
HSL32.49º83.67%51.96%-
HSV(B)32.49º87.23%92.16%-
XYZ44.0236.816.01-
YUV156.4556.64184.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 57.88%
GREEN value IS 141 (55.47% from 255) = 34.73%
BLUE value IS 30 (12.11% from 255) = 7.39%
R=57.88%
G=34.73%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.87
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351413000.40.870.0832.4983.6751.96
HexEB8D1E028578205434
Octal35321536050127104012464
Binary1110101110001101111100101000101011110001000001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8D1E; }

 p { color: rgb(235,141,30); }

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

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

 a { background-color: rgb(235,141,30); }

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

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

 span { border-color: rgb(235,141,30); }

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