Html Css Color HEX #ED8319 Carrot Orange

📋 copy color: '#ED8319'

red 237 ◦ green 131 ◦ blue 25

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

Shades of Carrot Orange #ED8319

Tints of Carrot Orange #ED8319

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.33%

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

R = 60.31%
G = 33.33%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED8319 (or 0xED8319) is known color: Carrot Orange. HEX triplet: ED, 83 and 19. RGB value is (237,131,25). Sum of RGB (Red+Green+Blue) = 237+131+25=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 25 (10.16% from 255 or 6.36% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8319 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8319 is #127CE6. Grayscale: #979797. Windows color (decimal): -1211623 or 1672173. OLE color: 1672173.

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

Color convert

RGB 237 131 25 -
CMYK 0 0.45 0.89 0.07
HSL 30º 0.85% 0.51% -
HSV(B) 30º 0.89% 0.93% -
XYZ 43.22 34.31 5.26 -
YUV 150.61 57.12 189.62 -
System Red Green Blue C M Y K H S L
Decimal 237 131 25 0 0.45 0.89 0.07 30 0.85 0.51
Hex ED 83 19 0 2D 59 7 1E 55 33
Octal 355 203 31 0 55 131 7 36 125 63
Binary 11101101 10000011 11001 0 101101 1011001 111 11110 1010101 110011

Color Harmonies of #ED8319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8319

Black with #ED8319

Text Example


Text Example

White with #ED8319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8319; }

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

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

background-color css

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

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

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

border-color css

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

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

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