Html Css Color HEX #EC942C Carrot Orange

📋 copy color: '#EC942C'

red 236 ◦ green 148 ◦ blue 44

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

Shades of Carrot Orange #EC942C

Tints of Carrot Orange #EC942C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.58%

 BLUE value IS 44 (17.58% from 255) = 10.28%

R = 55.14%
G = 34.58%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC942C (or 0xEC942C) is known color: Carrot Orange. HEX triplet: EC, 94 and 2C. RGB value is (236,148,44). Sum of RGB (Red+Green+Blue) = 236+148+44=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 44 (17.58% from 255 or 10.28% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC942C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC942C is #136BD3. Grayscale: #A2A2A2. Windows color (decimal): -1272788 or 2921708. OLE color: 2921708.

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

Color convert

RGB 236 148 44 -
CMYK 0 0.37 0.81 0.07
HSL 32.5º 0.83% 0.55% -
HSV(B) 32.5º 0.81% 0.93% -
XYZ 45.64 39.19 7.54 -
YUV 162.46 61.15 180.46 -
System Red Green Blue C M Y K H S L
Decimal 236 148 44 0 0.37 0.81 0.07 32.5 0.83 0.55
Hex EC 94 2C 0 25 51 7 20 53 37
Octal 354 224 54 0 45 121 7 40 123 67
Binary 11101100 10010100 101100 0 100101 1010001 111 100000 1010011 110111

Color Harmonies of #EC942C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC942C

Black with #EC942C

Text Example


Text Example

White with #EC942C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC942C; }

 p { color: rgb(236,148,44); }

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

background-color css

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

 a { background-color: rgb(236,148,44); }

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

border-color css

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

 span { border-color: rgb(236,148,44); }

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