#EB8D27

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

Shades of Carrot Orange #EB8D27

Tints of Carrot Orange #EB8D27

Color information

#EB8D27 (or 0xEB8D27) is unknown color: approx Carrot Orange. HEX triplet: EB, 8D and 27. RGB value is (235,141,39). Sum of RGB (Red+Green+Blue) = 235+141+39=415 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.63% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 39 (15.62% from 255 or 9.40% from 415); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8D27 is #1472D8. Grayscale: #9D9D9D. Windows color (decimal): -1340121 or 2592235. OLE color: 2592235.

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

Color convert

RGB23514139-
CMYK00.40.830.08
HSL31.22º83.05%53.73%-
HSV(B)31.22º83.4%92.16%-
XYZ44.1536.866.71-
YUV157.4861.14183.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 56.63%
GREEN value IS 141 (55.47% from 255) = 33.98%
BLUE value IS 39 (15.62% from 255) = 9.40%
R=56.63%
G=33.98%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.83
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351413900.40.830.0831.2283.0553.73
HexEB8D270285381f5336
Octal35321547050123103712366
Binary1110101110001101100111010100010100111000111111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8D27; }

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

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

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

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

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

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

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

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