Html Css Color HEX #ED8D12 Carrot Orange

📋 copy color: '#ED8D12'

red 237 ◦ green 141 ◦ blue 18

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

Shades of Carrot Orange #ED8D12

Tints of Carrot Orange #ED8D12

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.61%

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

R = 59.85%
G = 35.61%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ED8D12 (or 0xED8D12) is known color: Carrot Orange. HEX triplet: ED, 8D and 12. RGB value is (237,141,18). Sum of RGB (Red+Green+Blue) = 237+141+18=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 18 (7.42% from 255 or 4.55% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8D12 is #1272ED. Grayscale: #9C9C9C. Windows color (decimal): -1209070 or 1215981. OLE color: 1215981.

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

Color convert

RGB 237 141 18 -
CMYK 0 0.41 0.92 0.07
HSL 33.7º 0.86% 0.5% -
HSV(B) 33.7º 0.92% 0.93% -
XYZ 44.56 37.1 5.38 -
YUV 155.68 50.3 186 -
System Red Green Blue C M Y K H S L
Decimal 237 141 18 0 0.41 0.92 0.07 33.7 0.86 0.5
Hex ED 8D 12 0 29 5C 7 22 56 32
Octal 355 215 22 0 51 134 7 42 126 62
Binary 11101101 10001101 10010 0 101001 1011100 111 100010 1010110 110010

Color Harmonies of #ED8D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8D12

Black with #ED8D12

Text Example


Text Example

White with #ED8D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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