Html Css Color HEX #EC942D Carrot Orange

📋 copy color: '#EC942D'

red 236 ◦ green 148 ◦ blue 45

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

Shades of Carrot Orange #EC942D

Tints of Carrot Orange #EC942D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.49%

R = 55.01%
G = 34.5%
B = 10.49%

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

#EC942D (or 0xEC942D) is known color: Carrot Orange. HEX triplet: EC, 94 and 2D. RGB value is (236,148,45). Sum of RGB (Red+Green+Blue) = 236+148+45=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC942D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC942D is #136BD2. Grayscale: #A3A3A3. Windows color (decimal): -1272787 or 2987244. OLE color: 2987244.

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

Color convert

RGB 236 148 45 -
CMYK 0 0.37 0.81 0.07
HSL 32.36º 0.83% 0.55% -
HSV(B) 32.36º 0.81% 0.93% -
XYZ 45.66 39.2 7.64 -
YUV 162.57 61.65 180.38 -
System Red Green Blue C M Y K H S L
Decimal 236 148 45 0 0.37 0.81 0.07 32.36 0.83 0.55
Hex EC 94 2D 0 25 51 7 20 53 37
Octal 354 224 55 0 45 121 7 40 123 67
Binary 11101100 10010100 101101 0 100101 1010001 111 100000 1010011 110111

Color Harmonies of #EC942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC942D

Black with #EC942D

Text Example


Text Example

White with #EC942D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC942D; }

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

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

background-color css

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

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

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

border-color css

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

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

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