#EB8C1E

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

Shades of Carrot Orange #EB8C1E

Tints of Carrot Orange #EB8C1E

Color information

#EB8C1E (or 0xEB8C1E) is unknown color: approx Carrot Orange. HEX triplet: EB, 8C and 1E. RGB value is (235,140,30). Sum of RGB (Red+Green+Blue) = 235+140+30=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 30 (12.11% from 255 or 7.41% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8C1E is #1473E1. Grayscale: #9C9C9C. Windows color (decimal): -1340386 or 2002155. OLE color: 2002155.

HSL color Cylindrical-coordinate representation of color #EB8C1E: hue angle of 32.2º 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 #EB8C1E is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB23514030-
CMYK00.400.870.08
HSL32.2º83.67%51.96%-
HSV(B)32.2º87.23%92.16%-
XYZ43.8736.515.96-
YUV155.8656.97184.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.02%
GREEN value IS 140 (55.08% from 255) = 34.57%
BLUE value IS 30 (12.11% from 255) = 7.41%
R=58.02%
G=34.57%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.87
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351403000.400.870.0832.283.6751.96
HexEB8C1E028578205434
Octal35321436050127104012464
Binary1110101110001100111100101000101011110001000001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8C1E; }

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

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

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

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

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

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

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

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