Html Css Color HEX #ED8224 Carrot Orange

📋 copy color: '#ED8224'

red 237 ◦ green 130 ◦ blue 36

#ED8224
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #ED8224

Tints of Carrot Orange #ED8224

RGB

 RED value IS 237 (92.97% from 255) = 58.81%

 GREEN value IS 130 (51.17% from 255) = 32.26%

 BLUE value IS 36 (14.45% from 255) = 8.93%

R = 58.81%
G = 32.26%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ED8224 (or 0xED8224) is known color: Carrot Orange. HEX triplet: ED, 82 and 24. RGB value is (237,130,36). Sum of RGB (Red+Green+Blue) = 237+130+36=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 36 (14.45% from 255 or 8.93% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8224 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8224 is #127DDB. Grayscale: #979797. Windows color (decimal): -1211868 or 2392813. OLE color: 2392813.

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

Color convert

RGB 237 130 36 -
CMYK 0 0.45 0.85 0.07
HSL 28.06º 0.85% 0.54% -
HSV(B) 28.06º 0.85% 0.93% -
XYZ 43.23 34.1 5.97 -
YUV 151.28 62.95 189.14 -
System Red Green Blue C M Y K H S L
Decimal 237 130 36 0 0.45 0.85 0.07 28.06 0.85 0.54
Hex ED 82 24 0 2D 55 7 1C 55 36
Octal 355 202 44 0 55 125 7 34 125 66
Binary 11101101 10000010 100100 0 101101 1010101 111 11100 1010101 110110

Color Harmonies of #ED8224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8224

Black with #ED8224

Text Example


Text Example

White with #ED8224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8224; }

 p { color: rgb(237,130,36); }

 H1.HeaderClassName
 {
   color: #ED8224;
 }
 .AnyTagClassName
 {
   color: #ED8224;
 }
</style>

background-color css

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

 a { background-color: rgb(237,130,36); }

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

border-color css

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

 span { border-color: rgb(237,130,36); }

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