Html Css Color HEX #ECB84A Ronchi

📋 copy color: '#ECB84A'

red 236 ◦ green 184 ◦ blue 74

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

Shades of Ronchi #ECB84A

Tints of Ronchi #ECB84A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.25%

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

R = 47.77%
G = 37.25%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECB84A (or 0xECB84A) is known color: Ronchi. HEX triplet: EC, B8 and 4A. RGB value is (236,184,74). Sum of RGB (Red+Green+Blue) = 236+184+74=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 74 (29.30% from 255 or 14.98% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB84A is #1347B5. Grayscale: #BBBBBB. Windows color (decimal): -1263542 or 4897004. OLE color: 4897004.

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

Color convert

RGB 236 184 74 -
CMYK 0 0.22 0.69 0.07
HSL 40.74º 0.81% 0.61% -
HSV(B) 40.74º 0.69% 0.93% -
XYZ 52.97 52.61 13.84 -
YUV 187.01 64.23 162.94 -
System Red Green Blue C M Y K H S L
Decimal 236 184 74 0 0.22 0.69 0.07 40.74 0.81 0.61
Hex EC B8 4A 0 16 45 7 29 51 3D
Octal 354 270 112 0 26 105 7 51 121 75
Binary 11101100 10111000 1001010 0 10110 1000101 111 101001 1010001 111101

Color Harmonies of #ECB84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB84A

Black with #ECB84A

Text Example


Text Example

White with #ECB84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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