Html Css Color HEX #ED9115 Carrot Orange

📋 copy color: '#ED9115'

red 237 ◦ green 145 ◦ blue 21

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

Shades of Carrot Orange #ED9115

Tints of Carrot Orange #ED9115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.21%

R = 58.81%
G = 35.98%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED9115 (or 0xED9115) is known color: Carrot Orange. HEX triplet: ED, 91 and 15. RGB value is (237,145,21). Sum of RGB (Red+Green+Blue) = 237+145+21=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 21 (8.59% from 255 or 5.21% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9115 is #126EEA. Grayscale: #9E9E9E. Windows color (decimal): -1208043 or 1413613. OLE color: 1413613.

HSL color Cylindrical-coordinate representation of color #ED9115: hue angle of 34.44º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED9115 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 145 21 -
CMYK 0 0.39 0.91 0.07
HSL 34.44º 0.86% 0.51% -
HSV(B) 34.44º 0.91% 0.93% -
XYZ 45.19 38.31 5.72 -
YUV 158.37 50.48 184.08 -
System Red Green Blue C M Y K H S L
Decimal 237 145 21 0 0.39 0.91 0.07 34.44 0.86 0.51
Hex ED 91 15 0 27 5B 7 22 56 33
Octal 355 221 25 0 47 133 7 42 126 63
Binary 11101101 10010001 10101 0 100111 1011011 111 100010 1010110 110011

Color Harmonies of #ED9115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9115

Black with #ED9115

Text Example


Text Example

White with #ED9115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9115; }

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

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

background-color css

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

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

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

border-color css

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

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

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