Html Css Color HEX #ED8718 Carrot Orange

📋 copy color: '#ED8718'

red 237 ◦ green 135 ◦ blue 24

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

Shades of Carrot Orange #ED8718

Tints of Carrot Orange #ED8718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.06%

R = 59.85%
G = 34.09%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ED8718 (or 0xED8718) is known color: Carrot Orange. HEX triplet: ED, 87 and 18. RGB value is (237,135,24). Sum of RGB (Red+Green+Blue) = 237+135+24=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8718 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8718 is #1278E7. Grayscale: #999999. Windows color (decimal): -1210600 or 1607661. OLE color: 1607661.

HSL color Cylindrical-coordinate representation of color #ED8718: hue angle of 31.27º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED8718 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 135 24 -
CMYK 0 0.43 0.90 0.07
HSL 31.27º 0.86% 0.51% -
HSV(B) 31.27º 0.9% 0.93% -
XYZ 43.75 35.4 5.39 -
YUV 152.84 55.29 188.03 -
System Red Green Blue C M Y K H S L
Decimal 237 135 24 0 0.43 0.90 0.07 31.27 0.86 0.51
Hex ED 87 18 0 2B 5A 7 1F 56 33
Octal 355 207 30 0 53 132 7 37 126 63
Binary 11101101 10000111 11000 0 101011 1011010 111 11111 1010110 110011

Color Harmonies of #ED8718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8718

Black with #ED8718

Text Example


Text Example

White with #ED8718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8718; }

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

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

background-color css

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

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

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

border-color css

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

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

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