Html Css Color HEX #ED8119 Carrot Orange

📋 copy color: '#ED8119'

red 237 ◦ green 129 ◦ blue 25

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

Shades of Carrot Orange #ED8119

Tints of Carrot Orange #ED8119

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.99%

 BLUE value IS 25 (10.16% from 255) = 6.39%

R = 60.61%
G = 32.99%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED8119 (or 0xED8119) is known color: Carrot Orange. HEX triplet: ED, 81 and 19. RGB value is (237,129,25). Sum of RGB (Red+Green+Blue) = 237+129+25=391 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.61% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 25 (10.16% from 255 or 6.39% from 391); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8119 is #127EE6. Grayscale: #959595. Windows color (decimal): -1212135 or 1671661. OLE color: 1671661.

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

Color convert

RGB 237 129 25 -
CMYK 0 0.46 0.89 0.07
HSL 29.43º 0.85% 0.51% -
HSV(B) 29.43º 0.89% 0.93% -
XYZ 42.95 33.78 5.18 -
YUV 149.44 57.78 190.46 -
System Red Green Blue C M Y K H S L
Decimal 237 129 25 0 0.46 0.89 0.07 29.43 0.85 0.51
Hex ED 81 19 0 2E 59 7 1D 55 33
Octal 355 201 31 0 56 131 7 35 125 63
Binary 11101101 10000001 11001 0 101110 1011001 111 11101 1010101 110011

Color Harmonies of #ED8119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8119

Black with #ED8119

Text Example


Text Example

White with #ED8119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8119; }

 p { color: rgb(237,129,25); }

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

background-color css

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

 a { background-color: rgb(237,129,25); }

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

border-color css

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

 span { border-color: rgb(237,129,25); }

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