Html Css Color HEX #EC942B Carrot Orange

📋 copy color: '#EC942B'

red 236 ◦ green 148 ◦ blue 43

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

Shades of Carrot Orange #EC942B

Tints of Carrot Orange #EC942B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.07%

R = 55.27%
G = 34.66%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC942B (or 0xEC942B) is known color: Carrot Orange. HEX triplet: EC, 94 and 2B. RGB value is (236,148,43). Sum of RGB (Red+Green+Blue) = 236+148+43=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 43 (17.19% from 255 or 10.07% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC942B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC942B is #136BD4. Grayscale: #A2A2A2. Windows color (decimal): -1272789 or 2856172. OLE color: 2856172.

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

Color convert

RGB 236 148 43 -
CMYK 0 0.37 0.82 0.07
HSL 32.64º 0.84% 0.55% -
HSV(B) 32.64º 0.82% 0.93% -
XYZ 45.62 39.19 7.45 -
YUV 162.34 60.65 180.54 -
System Red Green Blue C M Y K H S L
Decimal 236 148 43 0 0.37 0.82 0.07 32.64 0.84 0.55
Hex EC 94 2B 0 25 52 7 21 54 37
Octal 354 224 53 0 45 122 7 41 124 67
Binary 11101100 10010100 101011 0 100101 1010010 111 100001 1010100 110111

Color Harmonies of #EC942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC942B

Black with #EC942B

Text Example


Text Example

White with #EC942B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC942B; }

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

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

background-color css

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

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

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

border-color css

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

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

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