#ED811F

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

Shades of Carrot Orange #ED811F

Tints of Carrot Orange #ED811F

Color information

#ED811F (or 0xED811F) is unknown color: approx Carrot Orange. HEX triplet: ED, 81 and 1F. RGB value is (237,129,31). Sum of RGB (Red+Green+Blue) = 237+129+31=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 31 (12.5% from 255 or 7.81% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED811F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED811F is #127EE0. Grayscale: #969696. Windows color (decimal): -1212129 or 2064877. OLE color: 2064877.

HSL color Cylindrical-coordinate representation of color #ED811F: hue angle of 28.54º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED811F is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB23712931-
CMYK00.460.870.07
HSL28.54º85.12%52.55%-
HSV(B)28.54º86.92%92.94%-
XYZ43.0233.85.55-
YUV150.1260.78189.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 59.70%
GREEN value IS 129 (50.78% from 255) = 32.49%
BLUE value IS 31 (12.5% from 255) = 7.81%
R=59.70%
G=32.49%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.87
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371293100.460.870.0728.5485.1252.55
HexED811F02E5771d5535
Octal3552013705612773512565
Binary11101101100000011111101011101010111111111011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED811F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED811F; }

 p { color: rgb(237,129,31); }

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

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

 a { background-color: rgb(237,129,31); }

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

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

 span { border-color: rgb(237,129,31); }

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