Html Css Color HEX #EC8126 Carrot Orange

📋 copy color: '#EC8126'

red 236 ◦ green 129 ◦ blue 38

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

Shades of Carrot Orange #EC8126

Tints of Carrot Orange #EC8126

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.01%

 BLUE value IS 38 (15.23% from 255) = 9.43%

R = 58.56%
G = 32.01%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC8126 (or 0xEC8126) is known color: Carrot Orange. HEX triplet: EC, 81 and 26. RGB value is (236,129,38). Sum of RGB (Red+Green+Blue) = 236+129+38=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 38 (15.23% from 255 or 9.43% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8126 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8126 is #137ED9. Grayscale: #979797. Windows color (decimal): -1277658 or 2523628. OLE color: 2523628.

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

Color convert

RGB 236 129 38 -
CMYK 0 0.45 0.84 0.07
HSL 27.58º 0.84% 0.54% -
HSV(B) 27.58º 0.84% 0.93% -
XYZ 42.79 33.67 6.08 -
YUV 150.62 64.45 188.9 -
System Red Green Blue C M Y K H S L
Decimal 236 129 38 0 0.45 0.84 0.07 27.58 0.84 0.54
Hex EC 81 26 0 2D 54 7 1C 54 36
Octal 354 201 46 0 55 124 7 34 124 66
Binary 11101100 10000001 100110 0 101101 1010100 111 11100 1010100 110110

Color Harmonies of #EC8126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8126

Black with #EC8126

Text Example


Text Example

White with #EC8126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8126; }

 p { color: rgb(236,129,38); }

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

background-color css

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

 a { background-color: rgb(236,129,38); }

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

border-color css

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

 span { border-color: rgb(236,129,38); }

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