Html Css Color HEX #ECB44A Ronchi

📋 copy color: '#ECB44A'

red 236 ◦ green 180 ◦ blue 74

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

Shades of Ronchi #ECB44A

Tints of Ronchi #ECB44A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.73%

 BLUE value IS 74 (29.3% from 255) = 15.1%

R = 48.16%
G = 36.73%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECB44A (or 0xECB44A) is known color: Ronchi. HEX triplet: EC, B4 and 4A. RGB value is (236,180,74). Sum of RGB (Red+Green+Blue) = 236+180+74=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 74 (29.30% from 255 or 15.10% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB44A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB44A is #134BB5. Grayscale: #B9B9B9. Windows color (decimal): -1264566 or 4895980. OLE color: 4895980.

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

Color convert

RGB 236 180 74 -
CMYK 0 0.24 0.69 0.07
HSL 39.26º 0.81% 0.61% -
HSV(B) 39.26º 0.69% 0.93% -
XYZ 52.15 50.97 13.57 -
YUV 184.66 65.55 164.62 -
System Red Green Blue C M Y K H S L
Decimal 236 180 74 0 0.24 0.69 0.07 39.26 0.81 0.61
Hex EC B4 4A 0 18 45 7 27 51 3D
Octal 354 264 112 0 30 105 7 47 121 75
Binary 11101100 10110100 1001010 0 11000 1000101 111 100111 1010001 111101

Color Harmonies of #ECB44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB44A

Black with #ECB44A

Text Example


Text Example

White with #ECB44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB44A; }

 p { color: rgb(236,180,74); }

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

background-color css

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

 a { background-color: rgb(236,180,74); }

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

border-color css

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

 span { border-color: rgb(236,180,74); }

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