Html Css Color HEX #EC8D1B Carrot Orange

📋 copy color: '#EC8D1B'

red 236 ◦ green 141 ◦ blue 27

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

Shades of Carrot Orange #EC8D1B

Tints of Carrot Orange #EC8D1B

RGB

 RED value IS 236 (92.58% from 255) = 58.42%

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

 BLUE value IS 27 (10.94% from 255) = 6.68%

R = 58.42%
G = 34.9%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC8D1B (or 0xEC8D1B) is known color: Carrot Orange. HEX triplet: EC, 8D and 1B. RGB value is (236,141,27). Sum of RGB (Red+Green+Blue) = 236+141+27=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8D1B is #1372E4. Grayscale: #9C9C9C. Windows color (decimal): -1274597 or 1805804. OLE color: 1805804.

HSL color Cylindrical-coordinate representation of color #EC8D1B: hue angle of 32.73º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC8D1B is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 141 27 -
CMYK 0 0.40 0.89 0.07
HSL 32.73º 0.85% 0.52% -
HSV(B) 32.73º 0.89% 0.93% -
XYZ 44.31 36.96 5.84 -
YUV 156.41 54.97 184.77 -
System Red Green Blue C M Y K H S L
Decimal 236 141 27 0 0.40 0.89 0.07 32.73 0.85 0.52
Hex EC 8D 1B 0 28 59 7 21 55 34
Octal 354 215 33 0 50 131 7 41 125 64
Binary 11101100 10001101 11011 0 101000 1011001 111 100001 1010101 110100

Color Harmonies of #EC8D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8D1B

Black with #EC8D1B

Text Example


Text Example

White with #EC8D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8D1B; }

 p { color: rgb(236,141,27); }

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

background-color css

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

 a { background-color: rgb(236,141,27); }

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

border-color css

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

 span { border-color: rgb(236,141,27); }

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