Html Css Color HEX #ECBD5E Ronchi

📋 copy color: '#ECBD5E'

red 236 ◦ green 189 ◦ blue 94

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

Shades of Ronchi #ECBD5E

Tints of Ronchi #ECBD5E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.42%

 BLUE value IS 94 (37.11% from 255) = 18.11%

R = 45.47%
G = 36.42%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ECBD5E (or 0xECBD5E) is known color: Ronchi. HEX triplet: EC, BD and 5E. RGB value is (236,189,94). Sum of RGB (Red+Green+Blue) = 236+189+94=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 94 (37.11% from 255 or 18.11% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBD5E is #1342A1. Grayscale: #C0C0C0. Windows color (decimal): -1262242 or 6209004. OLE color: 6209004.

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

Color convert

RGB 236 189 94 -
CMYK 0 0.20 0.60 0.07
HSL 40.14º 0.79% 0.65% -
HSV(B) 40.14º 0.6% 0.93% -
XYZ 54.81 55.04 18.32 -
YUV 192.22 72.57 159.22 -
System Red Green Blue C M Y K H S L
Decimal 236 189 94 0 0.20 0.60 0.07 40.14 0.79 0.65
Hex EC BD 5E 0 14 3C 7 28 4F 41
Octal 354 275 136 0 24 74 7 50 117 101
Binary 11101100 10111101 1011110 0 10100 111100 111 101000 1001111 1000001

Color Harmonies of #ECBD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBD5E

Black with #ECBD5E

Text Example


Text Example

White with #ECBD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBD5E; }

 p { color: rgb(236,189,94); }

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

background-color css

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

 a { background-color: rgb(236,189,94); }

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

border-color css

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

 span { border-color: rgb(236,189,94); }

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