Html Css Color HEX #ED8221 Carrot Orange

📋 copy color: '#ED8221'

red 237 ◦ green 130 ◦ blue 33

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

Shades of Carrot Orange #ED8221

Tints of Carrot Orange #ED8221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.25%

R = 59.25%
G = 32.5%
B = 8.25%

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

#ED8221 (or 0xED8221) is known color: Carrot Orange. HEX triplet: ED, 82 and 21. RGB value is (237,130,33). Sum of RGB (Red+Green+Blue) = 237+130+33=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 33 (13.28% from 255 or 8.25% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8221 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8221 is #127DDE. Grayscale: #979797. Windows color (decimal): -1211871 or 2196205. OLE color: 2196205.

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

Color convert

RGB 237 130 33 -
CMYK 0 0.45 0.86 0.07
HSL 28.53º 0.85% 0.53% -
HSV(B) 28.53º 0.86% 0.93% -
XYZ 43.18 34.08 5.74 -
YUV 150.94 61.45 189.39 -
System Red Green Blue C M Y K H S L
Decimal 237 130 33 0 0.45 0.86 0.07 28.53 0.85 0.53
Hex ED 82 21 0 2D 56 7 1D 55 35
Octal 355 202 41 0 55 126 7 35 125 65
Binary 11101101 10000010 100001 0 101101 1010110 111 11101 1010101 110101

Color Harmonies of #ED8221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8221

Black with #ED8221

Text Example


Text Example

White with #ED8221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8221; }

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

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

background-color css

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

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

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

border-color css

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

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

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