Html Css Color HEX #EC831F Carrot Orange

📋 copy color: '#EC831F'

red 236 ◦ green 131 ◦ blue 31

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

Shades of Carrot Orange #EC831F

Tints of Carrot Orange #EC831F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.79%

R = 59.3%
G = 32.91%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC831F (or 0xEC831F) is known color: Carrot Orange. HEX triplet: EC, 83 and 1F. RGB value is (236,131,31). Sum of RGB (Red+Green+Blue) = 236+131+31=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 31 (12.5% from 255 or 7.79% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC831F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC831F is #137CE0. Grayscale: #979797. Windows color (decimal): -1277153 or 2065388. OLE color: 2065388.

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

Color convert

RGB 236 131 31 -
CMYK 0 0.44 0.87 0.07
HSL 29.27º 0.84% 0.52% -
HSV(B) 29.27º 0.87% 0.93% -
XYZ 42.96 34.16 5.63 -
YUV 151 60.29 188.63 -
System Red Green Blue C M Y K H S L
Decimal 236 131 31 0 0.44 0.87 0.07 29.27 0.84 0.52
Hex EC 83 1F 0 2C 57 7 1D 54 34
Octal 354 203 37 0 54 127 7 35 124 64
Binary 11101100 10000011 11111 0 101100 1010111 111 11101 1010100 110100

Color Harmonies of #EC831F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC831F

Black with #EC831F

Text Example


Text Example

White with #EC831F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC831F; }

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

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

background-color css

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

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

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

border-color css

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

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

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