#ED9822

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

Shades of Carrot Orange #ED9822

Tints of Carrot Orange #ED9822

Color information

#ED9822 (or 0xED9822) is unknown color: approx Carrot Orange. HEX triplet: ED, 98 and 22. RGB value is (237,152,34). Sum of RGB (Red+Green+Blue) = 237+152+34=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 34 (13.67% from 255 or 8.04% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9822 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9822 is #1267DD. Grayscale: #A4A4A4. Windows color (decimal): -1206238 or 2267373. OLE color: 2267373.

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

Color convert

RGB23715234-
CMYK00.360.860.07
HSL34.88º84.94%53.14%-
HSV(B)34.88º85.65%92.94%-
XYZ46.4440.586.9-
YUV163.9654.66180.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.03%
GREEN value IS 152 (59.77% from 255) = 35.93%
BLUE value IS 34 (13.67% from 255) = 8.04%
R=56.03%
G=35.93%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371523400.360.860.0734.8884.9453.14
HexED9822024567235535
Octal3552304204412674312565
Binary1110110110011000100010010010010101101111000111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9822; }

 p { color: rgb(237,152,34); }

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

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

 a { background-color: rgb(237,152,34); }

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

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

 span { border-color: rgb(237,152,34); }

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