Html Css Color HEX #EC862A Carrot Orange

📋 copy color: '#EC862A'

red 236 ◦ green 134 ◦ blue 42

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

Shades of Carrot Orange #EC862A

Tints of Carrot Orange #EC862A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.19%

R = 57.28%
G = 32.52%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC862A (or 0xEC862A) is known color: Carrot Orange. HEX triplet: EC, 86 and 2A. RGB value is (236,134,42). Sum of RGB (Red+Green+Blue) = 236+134+42=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 42 (16.80% from 255 or 10.19% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC862A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC862A is #1379D5. Grayscale: #9A9A9A. Windows color (decimal): -1276374 or 2787052. OLE color: 2787052.

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

Color convert

RGB 236 134 42 -
CMYK 0 0.43 0.82 0.07
HSL 28.45º 0.84% 0.55% -
HSV(B) 28.45º 0.82% 0.93% -
XYZ 43.54 35.05 6.66 -
YUV 154.01 64.79 186.48 -
System Red Green Blue C M Y K H S L
Decimal 236 134 42 0 0.43 0.82 0.07 28.45 0.84 0.55
Hex EC 86 2A 0 2B 52 7 1C 54 37
Octal 354 206 52 0 53 122 7 34 124 67
Binary 11101100 10000110 101010 0 101011 1010010 111 11100 1010100 110111

Color Harmonies of #EC862A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC862A

Black with #EC862A

Text Example


Text Example

White with #EC862A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC862A; }

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

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

background-color css

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

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

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

border-color css

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

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

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