Html Css Color HEX #ED8719 Carrot Orange

📋 copy color: '#ED8719'

red 237 ◦ green 135 ◦ blue 25

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

Shades of Carrot Orange #ED8719

Tints of Carrot Orange #ED8719

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.01%

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

R = 59.7%
G = 34.01%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED8719 (or 0xED8719) is known color: Carrot Orange. HEX triplet: ED, 87 and 19. RGB value is (237,135,25). Sum of RGB (Red+Green+Blue) = 237+135+25=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8719 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8719 is #1278E6. Grayscale: #999999. Windows color (decimal): -1210599 or 1673197. OLE color: 1673197.

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

Color convert

RGB 237 135 25 -
CMYK 0 0.43 0.89 0.07
HSL 31.13º 0.85% 0.51% -
HSV(B) 31.13º 0.89% 0.93% -
XYZ 43.76 35.4 5.45 -
YUV 152.96 55.79 187.94 -
System Red Green Blue C M Y K H S L
Decimal 237 135 25 0 0.43 0.89 0.07 31.13 0.85 0.51
Hex ED 87 19 0 2B 59 7 1F 55 33
Octal 355 207 31 0 53 131 7 37 125 63
Binary 11101101 10000111 11001 0 101011 1011001 111 11111 1010101 110011

Color Harmonies of #ED8719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8719

Black with #ED8719

Text Example


Text Example

White with #ED8719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8719; }

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

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

background-color css

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

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

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

border-color css

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

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

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