Html Css Color HEX #ED8620 Carrot Orange

📋 copy color: '#ED8620'

red 237 ◦ green 134 ◦ blue 32

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

Shades of Carrot Orange #ED8620

Tints of Carrot Orange #ED8620

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.25%

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

R = 58.81%
G = 33.25%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED8620 (or 0xED8620) is known color: Carrot Orange. HEX triplet: ED, 86 and 20. RGB value is (237,134,32). Sum of RGB (Red+Green+Blue) = 237+134+32=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 32 (12.89% from 255 or 7.94% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8620 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8620 is #1279DF. Grayscale: #999999. Windows color (decimal): -1210848 or 2131693. OLE color: 2131693.

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

Color convert

RGB 237 134 32 -
CMYK 0 0.43 0.86 0.07
HSL 29.85º 0.85% 0.53% -
HSV(B) 29.85º 0.86% 0.93% -
XYZ 43.71 35.16 5.85 -
YUV 153.17 59.62 187.79 -
System Red Green Blue C M Y K H S L
Decimal 237 134 32 0 0.43 0.86 0.07 29.85 0.85 0.53
Hex ED 86 20 0 2B 56 7 1E 55 35
Octal 355 206 40 0 53 126 7 36 125 65
Binary 11101101 10000110 100000 0 101011 1010110 111 11110 1010101 110101

Color Harmonies of #ED8620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8620

Black with #ED8620

Text Example


Text Example

White with #ED8620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8620; }

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

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

background-color css

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

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

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

border-color css

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

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

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