#E67F1C

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

Shades of Carrot Orange #E67F1C

Tints of Carrot Orange #E67F1C

Color information

#E67F1C (or 0xE67F1C) is unknown color: approx Carrot Orange. HEX triplet: E6, 7F and 1C. RGB value is (230,127,28). Sum of RGB (Red+Green+Blue) = 230+127+28=385 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.74% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 28 (11.33% from 255 or 7.27% from 385); Max value from RGB is 230 - color contains mainly: red. Hex color #E67F1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67F1C is #1980E3. Grayscale: #939393. Windows color (decimal): -1671396 or 1867750. OLE color: 1867750.

HSL color Cylindrical-coordinate representation of color #E67F1C: hue angle of 29.41º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E67F1C is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.10.

Color convert

RGB23012728-
CMYK00.450.880.10
HSL29.41º80.16%50.59%-
HSV(B)29.41º87.83%90.2%-
XYZ40.4332.095.16-
YUV146.5161.12187.55-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 59.74%
GREEN value IS 127 (50% from 255) = 32.99%
BLUE value IS 28 (11.33% from 255) = 7.27%
R=59.74%
G=32.99%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.88
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301272800.450.880.1029.4180.1650.59
HexE67F1C02D58A1d5033
Octal34617734055130123512063
Binary11100110111111111100010110110110001010111011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67F1C; }

 p { color: rgb(230,127,28); }

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

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

 a { background-color: rgb(230,127,28); }

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

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

 span { border-color: rgb(230,127,28); }

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