Html Css Color HEX #EC922A Carrot Orange

📋 copy color: '#EC922A'

red 236 ◦ green 146 ◦ blue 42

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

Shades of Carrot Orange #EC922A

Tints of Carrot Orange #EC922A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.43%

 BLUE value IS 42 (16.8% from 255) = 9.91%

R = 55.66%
G = 34.43%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC922A (or 0xEC922A) is known color: Carrot Orange. HEX triplet: EC, 92 and 2A. RGB value is (236,146,42). Sum of RGB (Red+Green+Blue) = 236+146+42=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 42 (16.80% from 255 or 9.91% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC922A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC922A is #136DD5. Grayscale: #A1A1A1. Windows color (decimal): -1273302 or 2790124. OLE color: 2790124.

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

Color convert

RGB 236 146 42 -
CMYK 0 0.38 0.82 0.07
HSL 32.16º 0.84% 0.55% -
HSV(B) 32.16º 0.82% 0.93% -
XYZ 45.29 38.56 7.25 -
YUV 161.05 60.82 181.46 -
System Red Green Blue C M Y K H S L
Decimal 236 146 42 0 0.38 0.82 0.07 32.16 0.84 0.55
Hex EC 92 2A 0 26 52 7 20 54 37
Octal 354 222 52 0 46 122 7 40 124 67
Binary 11101100 10010010 101010 0 100110 1010010 111 100000 1010100 110111

Color Harmonies of #EC922A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC922A

Black with #EC922A

Text Example


Text Example

White with #EC922A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC922A; }

 p { color: rgb(236,146,42); }

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

background-color css

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

 a { background-color: rgb(236,146,42); }

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

border-color css

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

 span { border-color: rgb(236,146,42); }

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