Html Css Color HEX #EC9328 Carrot Orange

📋 copy color: '#EC9328'

red 236 ◦ green 147 ◦ blue 40

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

Shades of Carrot Orange #EC9328

Tints of Carrot Orange #EC9328

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.75%

 BLUE value IS 40 (16.02% from 255) = 9.46%

R = 55.79%
G = 34.75%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC9328 (or 0xEC9328) is known color: Carrot Orange. HEX triplet: EC, 93 and 28. RGB value is (236,147,40). Sum of RGB (Red+Green+Blue) = 236+147+40=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9328 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9328 is #136CD7. Grayscale: #A1A1A1. Windows color (decimal): -1273048 or 2659308. OLE color: 2659308.

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

Color convert

RGB 236 147 40 -
CMYK 0 0.38 0.83 0.07
HSL 32.76º 0.84% 0.54% -
HSV(B) 32.76º 0.83% 0.93% -
XYZ 45.41 38.85 7.11 -
YUV 161.41 59.49 181.2 -
System Red Green Blue C M Y K H S L
Decimal 236 147 40 0 0.38 0.83 0.07 32.76 0.84 0.54
Hex EC 93 28 0 26 53 7 21 54 36
Octal 354 223 50 0 46 123 7 41 124 66
Binary 11101100 10010011 101000 0 100110 1010011 111 100001 1010100 110110

Color Harmonies of #EC9328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9328

Black with #EC9328

Text Example


Text Example

White with #EC9328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9328; }

 p { color: rgb(236,147,40); }

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

background-color css

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

 a { background-color: rgb(236,147,40); }

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

border-color css

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

 span { border-color: rgb(236,147,40); }

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