Html Css Color HEX #ED8A19 Carrot Orange

📋 copy color: '#ED8A19'

red 237 ◦ green 138 ◦ blue 25

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

Shades of Carrot Orange #ED8A19

Tints of Carrot Orange #ED8A19

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.5%

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

R = 59.25%
G = 34.5%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED8A19 (or 0xED8A19) is known color: Carrot Orange. HEX triplet: ED, 8A and 19. RGB value is (237,138,25). Sum of RGB (Red+Green+Blue) = 237+138+25=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 25 (10.16% from 255 or 6.25% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8A19 is #1275E6. Grayscale: #9B9B9B. Windows color (decimal): -1209831 or 1673965. OLE color: 1673965.

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

Color convert

RGB 237 138 25 -
CMYK 0 0.42 0.89 0.07
HSL 31.98º 0.85% 0.51% -
HSV(B) 31.98º 0.89% 0.93% -
XYZ 44.19 36.25 5.59 -
YUV 154.72 54.8 186.69 -
System Red Green Blue C M Y K H S L
Decimal 237 138 25 0 0.42 0.89 0.07 31.98 0.85 0.51
Hex ED 8A 19 0 2A 59 7 20 55 33
Octal 355 212 31 0 52 131 7 40 125 63
Binary 11101101 10001010 11001 0 101010 1011001 111 100000 1010101 110011

Color Harmonies of #ED8A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8A19

Black with #ED8A19

Text Example


Text Example

White with #ED8A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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