Html Css Color HEX #ED9122 Carrot Orange

📋 copy color: '#ED9122'

red 237 ◦ green 145 ◦ blue 34

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

Shades of Carrot Orange #ED9122

Tints of Carrot Orange #ED9122

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.86%

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

R = 56.97%
G = 34.86%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED9122 (or 0xED9122) is known color: Carrot Orange. HEX triplet: ED, 91 and 22. RGB value is (237,145,34). Sum of RGB (Red+Green+Blue) = 237+145+34=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 34 (13.67% from 255 or 8.17% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9122 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9122 is #126EDD. Grayscale: #A0A0A0. Windows color (decimal): -1208030 or 2265581. OLE color: 2265581.

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

Color convert

RGB 237 145 34 -
CMYK 0 0.39 0.86 0.07
HSL 32.81º 0.85% 0.53% -
HSV(B) 32.81º 0.86% 0.93% -
XYZ 45.34 38.37 6.53 -
YUV 159.85 56.98 183.03 -
System Red Green Blue C M Y K H S L
Decimal 237 145 34 0 0.39 0.86 0.07 32.81 0.85 0.53
Hex ED 91 22 0 27 56 7 21 55 35
Octal 355 221 42 0 47 126 7 41 125 65
Binary 11101101 10010001 100010 0 100111 1010110 111 100001 1010101 110101

Color Harmonies of #ED9122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9122

Black with #ED9122

Text Example


Text Example

White with #ED9122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9122; }

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

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

background-color css

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

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

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

border-color css

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

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

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