Html Css Color HEX #EC831B Carrot Orange

📋 copy color: '#EC831B'

red 236 ◦ green 131 ◦ blue 27

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

Shades of Carrot Orange #EC831B

Tints of Carrot Orange #EC831B

RGB

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

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

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

R = 59.9%
G = 33.25%
B = 6.85%

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

#EC831B (or 0xEC831B) is known color: Carrot Orange. HEX triplet: EC, 83 and 1B. RGB value is (236,131,27). Sum of RGB (Red+Green+Blue) = 236+131+27=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 27 (10.94% from 255 or 6.85% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC831B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC831B is #137CE4. Grayscale: #979797. Windows color (decimal): -1277157 or 1803244. OLE color: 1803244.

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

Color convert

RGB 236 131 27 -
CMYK 0 0.44 0.89 0.07
HSL 29.86º 0.85% 0.52% -
HSV(B) 29.86º 0.89% 0.93% -
XYZ 42.91 34.14 5.37 -
YUV 150.54 58.29 188.96 -
System Red Green Blue C M Y K H S L
Decimal 236 131 27 0 0.44 0.89 0.07 29.86 0.85 0.52
Hex EC 83 1B 0 2C 59 7 1E 55 34
Octal 354 203 33 0 54 131 7 36 125 64
Binary 11101100 10000011 11011 0 101100 1011001 111 11110 1010101 110100

Color Harmonies of #EC831B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC831B

Black with #EC831B

Text Example


Text Example

White with #EC831B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC831B; }

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

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

background-color css

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

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

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

border-color css

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

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

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