#EB7F26

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

Shades of Carrot Orange #EB7F26

Tints of Carrot Orange #EB7F26

Color information

#EB7F26 (or 0xEB7F26) is unknown color: approx Carrot Orange. HEX triplet: EB, 7F and 26. RGB value is (235,127,38). Sum of RGB (Red+Green+Blue) = 235+127+38=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 38 (15.23% from 255 or 9.5% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7F26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7F26 is #1480D9. Grayscale: #959595. Windows color (decimal): -1343706 or 2523115. OLE color: 2523115.

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

Color convert

RGB23512738-
CMYK00.460.840.08
HSL27.11º83.12%53.53%-
HSV(B)27.11º83.83%92.16%-
XYZ42.232.985.98-
YUV149.1565.28189.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.75%
GREEN value IS 127 (50% from 255) = 31.75%
BLUE value IS 38 (15.23% from 255) = 9.5%
R=58.75%
G=31.75%
B=9.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351273800.460.840.0827.1183.1253.53
HexEB7F2602E5481b5336
Octal35317746056124103312366
Binary111010111111111100110010111010101001000110111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7F26; }

 p { color: rgb(235,127,38); }

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

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

 a { background-color: rgb(235,127,38); }

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

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

 span { border-color: rgb(235,127,38); }

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