Html Css Color HEX #ECB54A Ronchi

📋 copy color: '#ECB54A'

red 236 ◦ green 181 ◦ blue 74

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

Shades of Ronchi #ECB54A

Tints of Ronchi #ECB54A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.86%

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

R = 48.07%
G = 36.86%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECB54A (or 0xECB54A) is known color: Ronchi. HEX triplet: EC, B5 and 4A. RGB value is (236,181,74). Sum of RGB (Red+Green+Blue) = 236+181+74=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 74 (29.30% from 255 or 15.07% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB54A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB54A is #134AB5. Grayscale: #B9B9B9. Windows color (decimal): -1264310 or 4896236. OLE color: 4896236.

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

Color convert

RGB 236 181 74 -
CMYK 0 0.23 0.69 0.07
HSL 39.63º 0.81% 0.61% -
HSV(B) 39.63º 0.69% 0.93% -
XYZ 52.35 51.38 13.64 -
YUV 185.25 65.22 164.2 -
System Red Green Blue C M Y K H S L
Decimal 236 181 74 0 0.23 0.69 0.07 39.63 0.81 0.61
Hex EC B5 4A 0 17 45 7 28 51 3D
Octal 354 265 112 0 27 105 7 50 121 75
Binary 11101100 10110101 1001010 0 10111 1000101 111 101000 1010001 111101

Color Harmonies of #ECB54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB54A

Black with #ECB54A

Text Example


Text Example

White with #ECB54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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