Html Css Color HEX #ED9322 Carrot Orange

📋 copy color: '#ED9322'

red 237 ◦ green 147 ◦ blue 34

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

Shades of Carrot Orange #ED9322

Tints of Carrot Orange #ED9322

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.17%

 BLUE value IS 34 (13.67% from 255) = 8.13%

R = 56.7%
G = 35.17%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED9322 (or 0xED9322) is known color: Carrot Orange. HEX triplet: ED, 93 and 22. RGB value is (237,147,34). Sum of RGB (Red+Green+Blue) = 237+147+34=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 34 (13.67% from 255 or 8.13% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9322 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9322 is #126CDD. Grayscale: #A1A1A1. Windows color (decimal): -1207518 or 2266093. OLE color: 2266093.

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

Color convert

RGB 237 147 34 -
CMYK 0 0.38 0.86 0.07
HSL 33.4º 0.85% 0.53% -
HSV(B) 33.4º 0.86% 0.93% -
XYZ 45.65 38.99 6.63 -
YUV 161.03 56.32 182.19 -
System Red Green Blue C M Y K H S L
Decimal 237 147 34 0 0.38 0.86 0.07 33.4 0.85 0.53
Hex ED 93 22 0 26 56 7 21 55 35
Octal 355 223 42 0 46 126 7 41 125 65
Binary 11101101 10010011 100010 0 100110 1010110 111 100001 1010101 110101

Color Harmonies of #ED9322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9322

Black with #ED9322

Text Example


Text Example

White with #ED9322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9322; }

 p { color: rgb(237,147,34); }

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

background-color css

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

 a { background-color: rgb(237,147,34); }

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

border-color css

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

 span { border-color: rgb(237,147,34); }

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