Html Css Color HEX #EC9126 Carrot Orange

📋 copy color: '#EC9126'

red 236 ◦ green 145 ◦ blue 38

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

Shades of Carrot Orange #EC9126

Tints of Carrot Orange #EC9126

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.61%

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

R = 56.32%
G = 34.61%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC9126 (or 0xEC9126) is known color: Carrot Orange. HEX triplet: EC, 91 and 26. RGB value is (236,145,38). Sum of RGB (Red+Green+Blue) = 236+145+38=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 38 (15.23% from 255 or 9.07% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9126 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9126 is #136ED9. Grayscale: #A0A0A0. Windows color (decimal): -1273562 or 2527724. OLE color: 2527724.

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

Color convert

RGB 236 145 38 -
CMYK 0 0.39 0.84 0.07
HSL 32.42º 0.84% 0.54% -
HSV(B) 32.42º 0.84% 0.93% -
XYZ 45.07 38.22 6.84 -
YUV 160.01 59.15 182.2 -
System Red Green Blue C M Y K H S L
Decimal 236 145 38 0 0.39 0.84 0.07 32.42 0.84 0.54
Hex EC 91 26 0 27 54 7 20 54 36
Octal 354 221 46 0 47 124 7 40 124 66
Binary 11101100 10010001 100110 0 100111 1010100 111 100000 1010100 110110

Color Harmonies of #EC9126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9126

Black with #EC9126

Text Example


Text Example

White with #EC9126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9126; }

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

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

background-color css

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

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

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

border-color css

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

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

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