Html Css Color HEX #ED8222 Carrot Orange

📋 copy color: '#ED8222'

red 237 ◦ green 130 ◦ blue 34

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

Shades of Carrot Orange #ED8222

Tints of Carrot Orange #ED8222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.48%

R = 59.1%
G = 32.42%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED8222 (or 0xED8222) is known color: Carrot Orange. HEX triplet: ED, 82 and 22. RGB value is (237,130,34). Sum of RGB (Red+Green+Blue) = 237+130+34=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 34 (13.67% from 255 or 8.48% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8222 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8222 is #127DDD. Grayscale: #979797. Windows color (decimal): -1211870 or 2261741. OLE color: 2261741.

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

Color convert

RGB 237 130 34 -
CMYK 0 0.45 0.86 0.07
HSL 28.37º 0.85% 0.53% -
HSV(B) 28.37º 0.86% 0.93% -
XYZ 43.2 34.09 5.82 -
YUV 151.05 61.95 189.31 -
System Red Green Blue C M Y K H S L
Decimal 237 130 34 0 0.45 0.86 0.07 28.37 0.85 0.53
Hex ED 82 22 0 2D 56 7 1C 55 35
Octal 355 202 42 0 55 126 7 34 125 65
Binary 11101101 10000010 100010 0 101101 1010110 111 11100 1010101 110101

Color Harmonies of #ED8222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8222

Black with #ED8222

Text Example


Text Example

White with #ED8222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8222; }

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

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

background-color css

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

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

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

border-color css

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

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

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