Html Css Color HEX #ED8D13 Carrot Orange

📋 copy color: '#ED8D13'

red 237 ◦ green 141 ◦ blue 19

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

Shades of Carrot Orange #ED8D13

Tints of Carrot Orange #ED8D13

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.52%

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

R = 59.7%
G = 35.52%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ED8D13 (or 0xED8D13) is known color: Carrot Orange. HEX triplet: ED, 8D and 13. RGB value is (237,141,19). Sum of RGB (Red+Green+Blue) = 237+141+19=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 19 (7.81% from 255 or 4.79% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8D13 is #1272EC. Grayscale: #9C9C9C. Windows color (decimal): -1209069 or 1281517. OLE color: 1281517.

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

Color convert

RGB 237 141 19 -
CMYK 0 0.41 0.92 0.07
HSL 33.58º 0.86% 0.5% -
HSV(B) 33.58º 0.92% 0.93% -
XYZ 44.57 37.1 5.43 -
YUV 155.8 50.8 185.92 -
System Red Green Blue C M Y K H S L
Decimal 237 141 19 0 0.41 0.92 0.07 33.58 0.86 0.5
Hex ED 8D 13 0 29 5C 7 22 56 32
Octal 355 215 23 0 51 134 7 42 126 62
Binary 11101101 10001101 10011 0 101001 1011100 111 100010 1010110 110010

Color Harmonies of #ED8D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8D13

Black with #ED8D13

Text Example


Text Example

White with #ED8D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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