#ED911F

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

Shades of Carrot Orange #ED911F

Tints of Carrot Orange #ED911F

Color information

#ED911F (or 0xED911F) is unknown color: approx Carrot Orange. HEX triplet: ED, 91 and 1F. RGB value is (237,145,31). Sum of RGB (Red+Green+Blue) = 237+145+31=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 31 (12.5% from 255 or 7.51% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED911F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED911F is #126EE0. Grayscale: #A0A0A0. Windows color (decimal): -1208033 or 2068973. OLE color: 2068973.

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

Color convert

RGB23714531-
CMYK00.390.870.07
HSL33.2º85.12%52.55%-
HSV(B)33.2º86.92%92.94%-
XYZ45.338.356.31-
YUV159.5155.48183.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.38%
GREEN value IS 145 (57.03% from 255) = 35.11%
BLUE value IS 31 (12.5% from 255) = 7.51%
R=57.38%
G=35.11%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.87
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371453100.390.870.0733.285.1252.55
HexED911F027577215535
Octal3552213704712774112565
Binary111011011001000111111010011110101111111000011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED911F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED911F; }

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

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

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

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

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

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

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

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