Html Css Color HEX #ED8413 Carrot Orange

📋 copy color: '#ED8413'

red 237 ◦ green 132 ◦ blue 19

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

Shades of Carrot Orange #ED8413

Tints of Carrot Orange #ED8413

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.02%

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

R = 61.08%
G = 34.02%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ED8413 (or 0xED8413) is known color: Carrot Orange. HEX triplet: ED, 84 and 13. RGB value is (237,132,19). Sum of RGB (Red+Green+Blue) = 237+132+19=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 19 (7.81% from 255 or 4.90% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8413 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8413 is #127BEC. Grayscale: #979797. Windows color (decimal): -1211373 or 1279213. OLE color: 1279213.

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

Color convert

RGB 237 132 19 -
CMYK 0 0.44 0.92 0.07
HSL 31.1º 0.86% 0.5% -
HSV(B) 31.1º 0.92% 0.93% -
XYZ 43.29 34.55 5 -
YUV 150.51 53.79 189.69 -
System Red Green Blue C M Y K H S L
Decimal 237 132 19 0 0.44 0.92 0.07 31.1 0.86 0.5
Hex ED 84 13 0 2C 5C 7 1F 56 32
Octal 355 204 23 0 54 134 7 37 126 62
Binary 11101101 10000100 10011 0 101100 1011100 111 11111 1010110 110010

Color Harmonies of #ED8413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8413

Black with #ED8413

Text Example


Text Example

White with #ED8413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8413; }

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

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

background-color css

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

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

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

border-color css

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

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

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