Html Css Color HEX #ED8520 Carrot Orange

📋 copy color: '#ED8520'

red 237 ◦ green 133 ◦ blue 32

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

Shades of Carrot Orange #ED8520

Tints of Carrot Orange #ED8520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.08%

 BLUE value IS 32 (12.89% from 255) = 7.96%

R = 58.96%
G = 33.08%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED8520 (or 0xED8520) is known color: Carrot Orange. HEX triplet: ED, 85 and 20. RGB value is (237,133,32). Sum of RGB (Red+Green+Blue) = 237+133+32=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 32 (12.89% from 255 or 7.96% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8520 is #127ADF. Grayscale: #999999. Windows color (decimal): -1211104 or 2131437. OLE color: 2131437.

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

Color convert

RGB 237 133 32 -
CMYK 0 0.44 0.86 0.07
HSL 29.56º 0.85% 0.53% -
HSV(B) 29.56º 0.86% 0.93% -
XYZ 43.57 34.88 5.8 -
YUV 152.58 59.96 188.21 -
System Red Green Blue C M Y K H S L
Decimal 237 133 32 0 0.44 0.86 0.07 29.56 0.85 0.53
Hex ED 85 20 0 2C 56 7 1E 55 35
Octal 355 205 40 0 54 126 7 36 125 65
Binary 11101101 10000101 100000 0 101100 1010110 111 11110 1010101 110101

Color Harmonies of #ED8520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8520

Black with #ED8520

Text Example


Text Example

White with #ED8520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8520; }

 p { color: rgb(237,133,32); }

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

background-color css

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

 a { background-color: rgb(237,133,32); }

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

border-color css

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

 span { border-color: rgb(237,133,32); }

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