Html Css Color HEX #ED8A20 Carrot Orange

📋 copy color: '#ED8A20'

red 237 ◦ green 138 ◦ blue 32

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

Shades of Carrot Orange #ED8A20

Tints of Carrot Orange #ED8A20

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.91%

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

R = 58.23%
G = 33.91%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED8A20 (or 0xED8A20) is known color: Carrot Orange. HEX triplet: ED, 8A and 20. RGB value is (237,138,32). Sum of RGB (Red+Green+Blue) = 237+138+32=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 32 (12.89% from 255 or 7.86% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8A20 is #1275DF. Grayscale: #9C9C9C. Windows color (decimal): -1209824 or 2132717. OLE color: 2132717.

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

Color convert

RGB 237 138 32 -
CMYK 0 0.42 0.86 0.07
HSL 31.02º 0.85% 0.53% -
HSV(B) 31.02º 0.86% 0.93% -
XYZ 44.27 36.29 6.04 -
YUV 155.52 58.3 186.12 -
System Red Green Blue C M Y K H S L
Decimal 237 138 32 0 0.42 0.86 0.07 31.02 0.85 0.53
Hex ED 8A 20 0 2A 56 7 1F 55 35
Octal 355 212 40 0 52 126 7 37 125 65
Binary 11101101 10001010 100000 0 101010 1010110 111 11111 1010101 110101

Color Harmonies of #ED8A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8A20

Black with #ED8A20

Text Example


Text Example

White with #ED8A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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