Html Css Color HEX #ECB85D Ronchi

📋 copy color: '#ECB85D'

red 236 ◦ green 184 ◦ blue 93

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

Shades of Ronchi #ECB85D

Tints of Ronchi #ECB85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.13%

R = 46%
G = 35.87%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ECB85D (or 0xECB85D) is known color: Ronchi. HEX triplet: EC, B8 and 5D. RGB value is (236,184,93). Sum of RGB (Red+Green+Blue) = 236+184+93=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB85D is #1347A2. Grayscale: #BDBDBD. Windows color (decimal): -1263523 or 6142188. OLE color: 6142188.

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

Color convert

RGB 236 184 93 -
CMYK 0 0.22 0.61 0.07
HSL 38.18º 0.79% 0.65% -
HSV(B) 38.18º 0.61% 0.93% -
XYZ 53.71 52.9 17.74 -
YUV 189.17 73.73 161.4 -
System Red Green Blue C M Y K H S L
Decimal 236 184 93 0 0.22 0.61 0.07 38.18 0.79 0.65
Hex EC B8 5D 0 16 3D 7 26 4F 41
Octal 354 270 135 0 26 75 7 46 117 101
Binary 11101100 10111000 1011101 0 10110 111101 111 100110 1001111 1000001

Color Harmonies of #ECB85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB85D

Black with #ECB85D

Text Example


Text Example

White with #ECB85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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