Html Css Color HEX #EC861E Carrot Orange

📋 copy color: '#EC861E'

red 236 ◦ green 134 ◦ blue 30

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

Shades of Carrot Orange #EC861E

Tints of Carrot Orange #EC861E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.5%

 BLUE value IS 30 (12.11% from 255) = 7.5%

R = 59%
G = 33.5%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC861E (or 0xEC861E) is known color: Carrot Orange. HEX triplet: EC, 86 and 1E. RGB value is (236,134,30). Sum of RGB (Red+Green+Blue) = 236+134+30=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 30 (12.11% from 255 or 7.5% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC861E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC861E is #1379E1. Grayscale: #999999. Windows color (decimal): -1276386 or 2000620. OLE color: 2000620.

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

Color convert

RGB 236 134 30 -
CMYK 0 0.43 0.87 0.07
HSL 30.29º 0.84% 0.52% -
HSV(B) 30.29º 0.87% 0.93% -
XYZ 43.35 34.98 5.69 -
YUV 152.64 58.79 187.46 -
System Red Green Blue C M Y K H S L
Decimal 236 134 30 0 0.43 0.87 0.07 30.29 0.84 0.52
Hex EC 86 1E 0 2B 57 7 1E 54 34
Octal 354 206 36 0 53 127 7 36 124 64
Binary 11101100 10000110 11110 0 101011 1010111 111 11110 1010100 110100

Color Harmonies of #EC861E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC861E

Black with #EC861E

Text Example


Text Example

White with #EC861E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC861E; }

 p { color: rgb(236,134,30); }

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

background-color css

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

 a { background-color: rgb(236,134,30); }

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

border-color css

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

 span { border-color: rgb(236,134,30); }

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