Html Css Color HEX #ECB84C Ronchi

📋 copy color: '#ECB84C'

red 236 ◦ green 184 ◦ blue 76

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

Shades of Ronchi #ECB84C

Tints of Ronchi #ECB84C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.32%

R = 47.58%
G = 37.1%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECB84C (or 0xECB84C) is known color: Ronchi. HEX triplet: EC, B8 and 4C. RGB value is (236,184,76). Sum of RGB (Red+Green+Blue) = 236+184+76=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 76 (30.08% from 255 or 15.32% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB84C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB84C is #1347B3. Grayscale: #BBBBBB. Windows color (decimal): -1263540 or 5028076. OLE color: 5028076.

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

Color convert

RGB 236 184 76 -
CMYK 0 0.22 0.68 0.07
HSL 40.5º 0.81% 0.61% -
HSV(B) 40.5º 0.68% 0.93% -
XYZ 53.04 52.64 14.2 -
YUV 187.24 65.23 162.78 -
System Red Green Blue C M Y K H S L
Decimal 236 184 76 0 0.22 0.68 0.07 40.5 0.81 0.61
Hex EC B8 4C 0 16 44 7 28 51 3D
Octal 354 270 114 0 26 104 7 50 121 75
Binary 11101100 10111000 1001100 0 10110 1000100 111 101000 1010001 111101

Color Harmonies of #ECB84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB84C

Black with #ECB84C

Text Example


Text Example

White with #ECB84C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB84C; }

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

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

background-color css

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

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

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

border-color css

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

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

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