Html Css Color HEX #ED8712 Carrot Orange

📋 copy color: '#ED8712'

red 237 ◦ green 135 ◦ blue 18

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

Shades of Carrot Orange #ED8712

Tints of Carrot Orange #ED8712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.62%

R = 60.77%
G = 34.62%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ED8712 (or 0xED8712) is known color: Carrot Orange. HEX triplet: ED, 87 and 12. RGB value is (237,135,18). Sum of RGB (Red+Green+Blue) = 237+135+18=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 18 (7.42% from 255 or 4.62% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8712 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8712 is #1278ED. Grayscale: #989898. Windows color (decimal): -1210606 or 1214445. OLE color: 1214445.

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

Color convert

RGB 237 135 18 -
CMYK 0 0.43 0.92 0.07
HSL 32.05º 0.86% 0.5% -
HSV(B) 32.05º 0.92% 0.93% -
XYZ 43.7 35.38 5.1 -
YUV 152.16 52.29 188.51 -
System Red Green Blue C M Y K H S L
Decimal 237 135 18 0 0.43 0.92 0.07 32.05 0.86 0.5
Hex ED 87 12 0 2B 5C 7 20 56 32
Octal 355 207 22 0 53 134 7 40 126 62
Binary 11101101 10000111 10010 0 101011 1011100 111 100000 1010110 110010

Color Harmonies of #ED8712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8712

Black with #ED8712

Text Example


Text Example

White with #ED8712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8712; }

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

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

background-color css

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

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

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

border-color css

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

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

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