Html Css Color HEX #ED9920 Carrot Orange

📋 copy color: '#ED9920'

red 237 ◦ green 153 ◦ blue 32

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

Shades of Carrot Orange #ED9920

Tints of Carrot Orange #ED9920

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.26%

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

R = 56.16%
G = 36.26%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED9920 (or 0xED9920) is known color: Carrot Orange. HEX triplet: ED, 99 and 20. RGB value is (237,153,32). Sum of RGB (Red+Green+Blue) = 237+153+32=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 32 (12.89% from 255 or 7.58% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9920 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9920 is #1266DF. Grayscale: #A4A4A4. Windows color (decimal): -1205984 or 2136557. OLE color: 2136557.

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

Color convert

RGB 237 153 32 -
CMYK 0 0.35 0.86 0.07
HSL 35.41º 0.85% 0.53% -
HSV(B) 35.41º 0.86% 0.93% -
XYZ 46.58 40.89 6.8 -
YUV 164.32 53.33 179.84 -
System Red Green Blue C M Y K H S L
Decimal 237 153 32 0 0.35 0.86 0.07 35.41 0.85 0.53
Hex ED 99 20 0 23 56 7 23 55 35
Octal 355 231 40 0 43 126 7 43 125 65
Binary 11101101 10011001 100000 0 100011 1010110 111 100011 1010101 110101

Color Harmonies of #ED9920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9920

Black with #ED9920

Text Example


Text Example

White with #ED9920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9920; }

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

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

background-color css

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

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

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

border-color css

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

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

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