Html Css Color HEX #ED8913 Carrot Orange

📋 copy color: '#ED8913'

red 237 ◦ green 137 ◦ blue 19

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

Shades of Carrot Orange #ED8913

Tints of Carrot Orange #ED8913

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.86%

 BLUE value IS 19 (7.81% from 255) = 4.83%

R = 60.31%
G = 34.86%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ED8913 (or 0xED8913) is known color: Carrot Orange. HEX triplet: ED, 89 and 13. RGB value is (237,137,19). Sum of RGB (Red+Green+Blue) = 237+137+19=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8913 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8913 is #1276EC. Grayscale: #9A9A9A. Windows color (decimal): -1210093 or 1280493. OLE color: 1280493.

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

Color convert

RGB 237 137 19 -
CMYK 0 0.42 0.92 0.07
HSL 32.48º 0.86% 0.5% -
HSV(B) 32.48º 0.92% 0.93% -
XYZ 43.99 35.94 5.24 -
YUV 153.45 52.13 187.59 -
System Red Green Blue C M Y K H S L
Decimal 237 137 19 0 0.42 0.92 0.07 32.48 0.86 0.5
Hex ED 89 13 0 2A 5C 7 20 56 32
Octal 355 211 23 0 52 134 7 40 126 62
Binary 11101101 10001001 10011 0 101010 1011100 111 100000 1010110 110010

Color Harmonies of #ED8913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8913

Black with #ED8913

Text Example


Text Example

White with #ED8913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8913; }

 p { color: rgb(237,137,19); }

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

background-color css

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

 a { background-color: rgb(237,137,19); }

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

border-color css

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

 span { border-color: rgb(237,137,19); }

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