Html Css Color HEX #ED9620 Carrot Orange

📋 copy color: '#ED9620'

red 237 ◦ green 150 ◦ blue 32

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

Shades of Carrot Orange #ED9620

Tints of Carrot Orange #ED9620

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.8%

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

R = 56.56%
G = 35.8%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED9620 (or 0xED9620) is known color: Carrot Orange. HEX triplet: ED, 96 and 20. RGB value is (237,150,32). Sum of RGB (Red+Green+Blue) = 237+150+32=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 32 (12.89% from 255 or 7.64% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9620 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9620 is #1269DF. Grayscale: #A3A3A3. Windows color (decimal): -1206752 or 2135789. OLE color: 2135789.

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

Color convert

RGB 237 150 32 -
CMYK 0 0.37 0.86 0.07
HSL 34.54º 0.85% 0.53% -
HSV(B) 34.54º 0.86% 0.93% -
XYZ 46.09 39.92 6.64 -
YUV 162.56 54.32 181.09 -
System Red Green Blue C M Y K H S L
Decimal 237 150 32 0 0.37 0.86 0.07 34.54 0.85 0.53
Hex ED 96 20 0 25 56 7 23 55 35
Octal 355 226 40 0 45 126 7 43 125 65
Binary 11101101 10010110 100000 0 100101 1010110 111 100011 1010101 110101

Color Harmonies of #ED9620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9620

Black with #ED9620

Text Example


Text Example

White with #ED9620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9620; }

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

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

background-color css

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

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

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

border-color css

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

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

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