Html Css Color HEX #EC831A Carrot Orange

📋 copy color: '#EC831A'

red 236 ◦ green 131 ◦ blue 26

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

Shades of Carrot Orange #EC831A

Tints of Carrot Orange #EC831A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.33%

 BLUE value IS 26 (10.55% from 255) = 6.62%

R = 60.05%
G = 33.33%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC831A (or 0xEC831A) is known color: Carrot Orange. HEX triplet: EC, 83 and 1A. RGB value is (236,131,26). Sum of RGB (Red+Green+Blue) = 236+131+26=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 26 (10.55% from 255 or 6.62% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC831A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC831A is #137CE5. Grayscale: #969696. Windows color (decimal): -1277158 or 1737708. OLE color: 1737708.

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

Color convert

RGB 236 131 26 -
CMYK 0 0.44 0.89 0.07
HSL 30º 0.85% 0.51% -
HSV(B) 30º 0.89% 0.93% -
XYZ 42.89 34.14 5.31 -
YUV 150.43 57.79 189.04 -
System Red Green Blue C M Y K H S L
Decimal 236 131 26 0 0.44 0.89 0.07 30 0.85 0.51
Hex EC 83 1A 0 2C 59 7 1E 55 33
Octal 354 203 32 0 54 131 7 36 125 63
Binary 11101100 10000011 11010 0 101100 1011001 111 11110 1010101 110011

Color Harmonies of #EC831A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC831A

Black with #EC831A

Text Example


Text Example

White with #EC831A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC831A; }

 p { color: rgb(236,131,26); }

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

background-color css

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

 a { background-color: rgb(236,131,26); }

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

border-color css

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

 span { border-color: rgb(236,131,26); }

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