Html Css Color HEX #ED8F13 Carrot Orange

📋 copy color: '#ED8F13'

red 237 ◦ green 143 ◦ blue 19

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

Shades of Carrot Orange #ED8F13

Tints of Carrot Orange #ED8F13

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.84%

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

R = 59.4%
G = 35.84%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ED8F13 (or 0xED8F13) is known color: Carrot Orange. HEX triplet: ED, 8F and 13. RGB value is (237,143,19). Sum of RGB (Red+Green+Blue) = 237+143+19=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 19 (7.81% from 255 or 4.76% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8F13 is #1270EC. Grayscale: #9D9D9D. Windows color (decimal): -1208557 or 1282029. OLE color: 1282029.

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

Color convert

RGB 237 143 19 -
CMYK 0 0.40 0.92 0.07
HSL 34.13º 0.86% 0.5% -
HSV(B) 34.13º 0.92% 0.93% -
XYZ 44.87 37.7 5.53 -
YUV 156.97 50.14 185.08 -
System Red Green Blue C M Y K H S L
Decimal 237 143 19 0 0.40 0.92 0.07 34.13 0.86 0.5
Hex ED 8F 13 0 28 5C 7 22 56 32
Octal 355 217 23 0 50 134 7 42 126 62
Binary 11101101 10001111 10011 0 101000 1011100 111 100010 1010110 110010

Color Harmonies of #ED8F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8F13

Black with #ED8F13

Text Example


Text Example

White with #ED8F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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