Html Css Color HEX #ECA322 Carrot Orange

📋 copy color: '#ECA322'

red 236 ◦ green 163 ◦ blue 34

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

Shades of Carrot Orange #ECA322

Tints of Carrot Orange #ECA322

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.64%

 BLUE value IS 34 (13.67% from 255) = 7.85%

R = 54.5%
G = 37.64%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ECA322 (or 0xECA322) is known color: Carrot Orange. HEX triplet: EC, A3 and 22. RGB value is (236,163,34). Sum of RGB (Red+Green+Blue) = 236+163+34=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 34 (13.67% from 255 or 7.85% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA322 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA322 is #135CDD. Grayscale: #AAAAAA. Windows color (decimal): -1268958 or 2270188. OLE color: 2270188.

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

Color convert

RGB 236 163 34 -
CMYK 0 0.31 0.86 0.07
HSL 38.32º 0.84% 0.53% -
HSV(B) 38.32º 0.86% 0.93% -
XYZ 47.98 44.14 7.51 -
YUV 170.12 51.18 174.99 -
System Red Green Blue C M Y K H S L
Decimal 236 163 34 0 0.31 0.86 0.07 38.32 0.84 0.53
Hex EC A3 22 0 1F 56 7 26 54 35
Octal 354 243 42 0 37 126 7 46 124 65
Binary 11101100 10100011 100010 0 11111 1010110 111 100110 1010100 110101

Color Harmonies of #ECA322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA322

Black with #ECA322

Text Example


Text Example

White with #ECA322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA322; }

 p { color: rgb(236,163,34); }

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

background-color css

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

 a { background-color: rgb(236,163,34); }

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

border-color css

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

 span { border-color: rgb(236,163,34); }

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